Build environment: macOS
Moddable SDK version: 8.1.1
Target device: Moddable Six
Steps to Reproduce
- Build and install the example app
examples/io/ble/server/heartratemonitor-server using this build command: mcconfig -d -m ...
- It is detected as 419 HRM.
- After connecting, the BLE peripheral is displayed as “nimble”.
Other information
It looks like espressif/esp-idf#18489 is related. I haven’t verified by incorporating the fix diff, but setting CONFIG_BT_NIMBLE_STATIC_TO_DYNAMIC=n resolved the issue.
Build environment: macOS
Moddable SDK version: 8.1.1
Target device: Moddable Six
Steps to Reproduce
examples/io/ble/server/heartratemonitor-serverusing this build command:mcconfig -d -m ...Other information
It looks like espressif/esp-idf#18489 is related. I haven’t verified by incorporating the fix diff, but setting
CONFIG_BT_NIMBLE_STATIC_TO_DYNAMIC=nresolved the issue.