Removed support for ESP32. Existing code will stay in place, but new stuff won't be controlled for ESP32 compatibility.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Fabian Schlenz 2019-06-18 21:32:33 +02:00
parent 74b967392d
commit cb4afa5043
2 changed files with 1 additions and 13 deletions

View File

@ -9,7 +9,6 @@ steps:
- 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 -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
image: plugins/matrix
@ -28,6 +27,6 @@ steps:
{{else}}
<strong>Build {{build.number}} failed.</strong> See {{build.link}} for more information.
{{/success}}
when:
status: [success, failure]

View File

@ -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+