Pin it
This commit is contained in:
parent
726eea9d4a
commit
b5c087e75d
|
@ -52,7 +52,7 @@ build_unflags =
|
||||||
framework = arduino
|
framework = arduino
|
||||||
lib_deps =
|
lib_deps =
|
||||||
AsyncTCP = https://github.com/pbolduc/AsyncTCP.git@^1.2.0
|
AsyncTCP = https://github.com/pbolduc/AsyncTCP.git@^1.2.0
|
||||||
https://github.com/ESPresense/ESPAsyncWebServer.git
|
https://github.com/ESPresense/ESPAsyncWebServer.git@^1.0.0
|
||||||
https://github.com/ESPresense/AsyncWiFiSettings.git@^1.0.9
|
https://github.com/ESPresense/AsyncWiFiSettings.git@^1.0.9
|
||||||
https://github.com/ESPresense/SoftFilters.git
|
https://github.com/ESPresense/SoftFilters.git
|
||||||
https://github.com/ESPresense/NimBLE-Arduino.git
|
https://github.com/ESPresense/NimBLE-Arduino.git
|
||||||
|
@ -83,7 +83,6 @@ build_flags =
|
||||||
-D ARDUINO_ARCH_ESP32
|
-D ARDUINO_ARCH_ESP32
|
||||||
-D ARDUINO_ARCH_ESP32C3
|
-D ARDUINO_ARCH_ESP32C3
|
||||||
-D CONFIG_IDF_TARGET_ESP32C3
|
-D CONFIG_IDF_TARGET_ESP32C3
|
||||||
-D CO
|
|
||||||
-D CONFIG_BT_NIMBLE_PINNED_TO_CORE=0
|
-D CONFIG_BT_NIMBLE_PINNED_TO_CORE=0
|
||||||
-D REPORT_PINNED_TO_CORE=0
|
-D REPORT_PINNED_TO_CORE=0
|
||||||
-D ESP32C3
|
-D ESP32C3
|
||||||
|
|
Loading…
Reference in New Issue