From cb4afa504332c59045742f02fcbb52126108d49d Mon Sep 17 00:00:00 2001 From: Fabian Schlenz Date: Tue, 18 Jun 2019 21:32:33 +0200 Subject: [PATCH] Removed support for ESP32. Existing code will stay in place, but new stuff won't be controlled for ESP32 compatibility. --- .drone.yml | 3 +-- platformio.ini | 11 ----------- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1437e6e..48a2ce0 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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}} Build {{build.number}} failed. See {{build.link}} for more information. {{/success}} - + when: status: [success, failure] diff --git a/platformio.ini b/platformio.ini index 49ff7d3..a5ba8cc 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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+