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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user