mirror of
https://github.com/espressif/esp-rainmaker.git
synced 2026-01-14 17:45:45 +00:00
- Due to some changes in esp-idf after v5.1.3, CONFIG_BT_ENABLED gets set even for esp32s2, causing issues in compilation. - In earlier esp-idf versions, since this was not applicable for esp32-s2, it was getting skipped even when it was present in sdkconfig.defaults. - Added sdkconfig.defaults.esp32s2 and disabled BT explicitly
5 lines
36 B
Plaintext
5 lines
36 B
Plaintext
#
|
|
# Bluetooth
|
|
#
|
|
CONFIG_BT_ENABLED=n
|