Files
esp-rainmaker/examples/switch/sdkconfig.defaults.esp32s2
Piyush Shah 798825b07d bugfix: ci failures were seen for esp32s2
- 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
2024-03-08 20:30:19 +05:30

5 lines
36 B
Plaintext

#
# Bluetooth
#
CONFIG_BT_ENABLED=n