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:
parent
74b967392d
commit
cb4afa5043
@ -9,7 +9,6 @@ steps:
|
|||||||
- cp include/config.sample.h include/config.h
|
- cp include/config.sample.h include/config.h
|
||||||
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -DDEBUG -DMQTT_ENABLE -DMQTT_REPORT_METRICS" pio run
|
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -DDEBUG -DMQTT_ENABLE -DMQTT_REPORT_METRICS" pio run
|
||||||
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -UDEBUG -UMQTT_ENABLE -UMQTT_REPORT_METRICS" pio run
|
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -UDEBUG -UMQTT_ENABLE -UMQTT_REPORT_METRICS" pio run
|
||||||
- PLATFORMIO_BUILD_FLAGS="-DCONFIG_USABLE -DDEBUG -DMQTT_ENABLE -DMQTT_REPORT_METRICS" pio run --environment=esp32
|
|
||||||
|
|
||||||
- name: Notify
|
- name: Notify
|
||||||
image: plugins/matrix
|
image: plugins/matrix
|
||||||
@ -28,6 +27,6 @@ steps:
|
|||||||
{{else}}
|
{{else}}
|
||||||
<strong>Build {{build.number}} failed.</strong> See {{build.link}} for more information.
|
<strong>Build {{build.number}} failed.</strong> See {{build.link}} for more information.
|
||||||
{{/success}}
|
{{/success}}
|
||||||
|
|
||||||
when:
|
when:
|
||||||
status: [success, failure]
|
status: [success, failure]
|
||||||
|
@ -16,7 +16,6 @@ env_default = ota
|
|||||||
lib_deps =
|
lib_deps =
|
||||||
PubSubClient
|
PubSubClient
|
||||||
https://github.com/fabianonline/FastLED.git
|
https://github.com/fabianonline/FastLED.git
|
||||||
https://github.com/fabianonline/simplelist.git
|
|
||||||
https://github.com/fabianonline/NTPClient.git
|
https://github.com/fabianonline/NTPClient.git
|
||||||
ESP8266WebServer
|
ESP8266WebServer
|
||||||
ErriezCRC32
|
ErriezCRC32
|
||||||
@ -39,13 +38,3 @@ framework = arduino
|
|||||||
lib_deps = ${extra.lib_deps}
|
lib_deps = ${extra.lib_deps}
|
||||||
lib_ldf_mode = chain+
|
lib_ldf_mode = chain+
|
||||||
build_flags = -Wl,-Teagle.flash.2m512.ld
|
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+
|
|
||||||
|
Loading…
Reference in New Issue
Block a user