Moved platform-specific code related to WiFi and services to my_wifi.h. Also, made the HTTP server stuff compatible to ESP32.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2019-06-13 06:01:44 +02:00
parent ea4898daa6
commit 291a3be623
11 changed files with 41 additions and 34 deletions

View File

@ -19,6 +19,7 @@ lib_deps =
https://github.com/fabianonline/FastLED.git
https://github.com/fabianonline/simplelist.git
https://github.com/fabianonline/NTPClient.git
ESP8266WebServer
[env:ota]
upload_port = 10.10.2.78
@ -39,4 +40,7 @@ lib_deps = ${extra.lib_deps}
platform = espressif32
board = esp32dev
framework = arduino
lib_deps = ${extra.lib_deps}
lib_deps =
${extra.lib_deps}
ESP32WebServer
WiFiClient