mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 09:49:54 +03:00
minor uodates to routing
This commit is contained in:
@@ -183,8 +183,6 @@ build_flags =
|
||||
; latest arduino 3.0/IDF 5.1.(alpha 3):
|
||||
; platform = https://github.com/platformio/platform-espressif32.git
|
||||
; platform = https://github.com/Jason2866/platform-espressif32.git#Arduino/IDF5
|
||||
;
|
||||
; platform = https://github.com/platformio/platform-espressif32.git
|
||||
; platform_packages = https://github.com/espressif/arduino-esp32.git#3.0.0-alpha2
|
||||
|
||||
platform = espressif32
|
||||
@@ -203,7 +201,7 @@ extra_scripts =
|
||||
build_unflags = ${common.unbuild_flags}
|
||||
build_flags =
|
||||
${common.build_flags}
|
||||
-D ARDUINOTRACE_ENABLE=0
|
||||
; -D ARDUINOTRACE_ENABLE=1
|
||||
-D TASMOTA_SDK
|
||||
-D EMSESP_TEST
|
||||
-D CORE_DEBUG_LEVEL=ARDUHAL_LOG_LEVEL_WARN
|
||||
@@ -232,6 +230,7 @@ build_src_flags =
|
||||
-I./lib/PButton
|
||||
-I./lib/espMqttClient/src
|
||||
-I./lib/espMqttClient/src/Transport
|
||||
-I./lib/PsychicHttp
|
||||
build_src_filter =
|
||||
+<*>
|
||||
-<.git/>
|
||||
@@ -243,5 +242,6 @@ build_src_filter =
|
||||
+<../lib/PButton>
|
||||
+<../lib/espMqttClient/src>
|
||||
+<../lib/espMqttClient/src/Transport>
|
||||
+<../lib/PsychicHttp>
|
||||
lib_compat_mode = off
|
||||
lib_ldf_mode = off
|
||||
Reference in New Issue
Block a user