Removed support for ESP32. Existing code will stay in place, but new stuff won't be controlled for ESP32 compatibility.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
@ -16,7 +16,6 @@ env_default = ota
|
||||
lib_deps =
|
||||
PubSubClient
|
||||
https://github.com/fabianonline/FastLED.git
|
||||
https://github.com/fabianonline/simplelist.git
|
||||
https://github.com/fabianonline/NTPClient.git
|
||||
ESP8266WebServer
|
||||
ErriezCRC32
|
||||
@ -39,13 +38,3 @@ framework = arduino
|
||||
lib_deps = ${extra.lib_deps}
|
||||
lib_ldf_mode = chain+
|
||||
build_flags = -Wl,-Teagle.flash.2m512.ld
|
||||
|
||||
[env:esp32]
|
||||
platform = espressif32
|
||||
board = esp32dev
|
||||
framework = arduino
|
||||
lib_deps =
|
||||
${extra.lib_deps}
|
||||
ESP32WebServer
|
||||
FS
|
||||
lib_ldf_mode = chain+
|
||||
|
Reference in New Issue
Block a user