mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-07-27 19:57:38 +00:00
[ESP32] Upgrade to core v1.9.0
This commit is contained in:
+10
-1
@@ -148,11 +148,20 @@ platform = espressif32@1.5.0
|
||||
[core_esp32_1_6_0]
|
||||
platform = espressif32@1.6.0
|
||||
|
||||
[core_esp32_1_7_0]
|
||||
platform = espressif32@1.7.0
|
||||
|
||||
[core_esp32_1_8_0]
|
||||
platform = espressif32@1.8.0
|
||||
|
||||
[core_esp32_1_9_0]
|
||||
platform = espressif32@1.9.0
|
||||
|
||||
[core_esp32_stage]
|
||||
platform = https://github.com/platformio/platform-espressif32.git#feature/stage
|
||||
|
||||
[core_esp32]
|
||||
platform = ${core_esp32_1_6_0.platform}
|
||||
platform = ${core_esp32_1_9_0.platform}
|
||||
build_unflags = -Wall
|
||||
build_flags = -D BUILD_GIT='"${sysenv.TRAVIS_TAG}"' -DCONFIG_FREERTOS_ASSERT_DISABLE
|
||||
lib_ignore = AS_BH1750, ESP8266WiFi, ESP8266Ping, ESP8266WebServer, ESP8266HTTPUpdateServer, ESP8266mDNS, IRremoteESP8266, ESPEasy_ESP8266Ping, ESP32_ping
|
||||
|
||||
Reference in New Issue
Block a user