Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MSR-2_BLE.yaml incorrect bluetooth proxy yaml #22

Open
bharvey88 opened this issue Jan 10, 2025 · 0 comments
Open

MSR-2_BLE.yaml incorrect bluetooth proxy yaml #22

bharvey88 opened this issue Jan 10, 2025 · 0 comments
Assignees

Comments

@bharvey88
Copy link

bharvey88 commented Jan 10, 2025

bluetooth_proxy:
active: true

please replace lines 41-42 with these for proper BLE proxy code:

bluetooth_proxy:
  active: true
esp32_ble_tracker:
  scan_parameters:
    active: false
#we are required to use this old esp-idf framework that uses less space
esp32:
  framework:
    type: esp-idf
    version: 4.4.8
    platform_version: 5.4.0
    ```
    
I also added the esp-idf downgrade as we will be using that going forward due to esp-idf ballooning in size and not being friendly with 4MB flash.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants