mirror of
https://github.com/Laxilef/OTGateway.git
synced 2026-02-28 04:07:07 +05:00
fix: custom_sdkconfig only for ESP32 C6
This commit is contained in:
@@ -96,11 +96,6 @@ custom_component_remove = espressif/esp_hosted
|
||||
espressif/esp-zboss-lib
|
||||
espressif/esp-zigbee-lib
|
||||
chmorgan/esp-libhelix-mp3
|
||||
custom_sdkconfig = '# CONFIG_OPENTHREAD_ENABLED is not set'
|
||||
'# CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT is not set'
|
||||
'# CONFIG_LWIP_IPV6 is not set'
|
||||
'# CONFIG_LWIP_IPV6_AUTOCONFIG is not set'
|
||||
'# CONFIG_LWIP_PPP_SUPPORT is not set'
|
||||
extra_scripts = post:tools/esp32.py
|
||||
post:tools/build.py
|
||||
build_type = ${env.build_type}
|
||||
@@ -206,6 +201,11 @@ build_flags = ${esp32_defaults.build_flags}
|
||||
-D DEFAULT_SENSOR_INDOOR_GPIO=0
|
||||
-D DEFAULT_STATUS_LED_GPIO=11
|
||||
-D DEFAULT_OT_RX_LED_GPIO=10
|
||||
custom_sdkconfig = '# CONFIG_OPENTHREAD_ENABLED is not set'
|
||||
'# CONFIG_ESP_WIFI_ENTERPRISE_SUPPORT is not set'
|
||||
'# CONFIG_LWIP_IPV6 is not set'
|
||||
'# CONFIG_LWIP_IPV6_AUTOCONFIG is not set'
|
||||
'# CONFIG_LWIP_PPP_SUPPORT is not set'
|
||||
|
||||
[env:otthing]
|
||||
extends = esp32_defaults
|
||||
|
||||
Reference in New Issue
Block a user