We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b82c0c commit 9bf8961Copy full SHA for 9bf8961
platformio_esp32_envs.ini
@@ -24,6 +24,7 @@ build_flags = ${core_esp32_3_3_2.build_flags}
24
-DCONFIG_FREERTOS_ASSERT_DISABLE
25
-DCONFIG_LWIP_ESP_GRATUITOUS_ARP
26
-fno-strict-aliasing
27
+ -DCORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_NONE
28
monitor_filters = esp32_exception_decoder
29
30
@@ -40,10 +41,7 @@ extra_scripts = ${esp32_common.extra_scripts}
40
41
; ESP32-S2
42
[env:custom_ESP32s2_4M316k]
43
extends = esp32_common
-build_flags = ${core_esp32_stage.build_flags}
44
- ${mqtt_flags.build_flags}
45
- -DCONFIG_FREERTOS_ASSERT_DISABLE
46
- -DCONFIG_LWIP_ESP_GRATUITOUS_ARP
+build_flags = ${esp32_common.build_flags}
47
-DPLUGIN_BUILD_CUSTOM
48
-DESP32S2
49
board = esp32-s2-saola-1
0 commit comments