Commit Graph

12 Commits

Author SHA1 Message Date
Fabian Schlenz cb4afa5043 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
2019-06-18 21:32:33 +02:00
Fabian Schlenz e52d7c750d Define flash layout in platformio.ini in order to have space for a SPIFFS file system. 2019-06-18 18:16:31 +02:00
Fabian Schlenz d1a49fe625 Added missing library. 2019-06-18 18:15:59 +02:00
Fabian Schlenz dc40653fea Removed errorneous line from platformio.ini 2019-06-15 14:18:06 +02:00
Fabian Schlenz 60aacb0531 Set PlatformIO's lib_ldf_mode to chain+ to prevent it from including ESP32 libraries in ESP8266 projects and vice versa. 2019-06-14 05:36:04 +02:00
Fabian Schlenz 291a3be623 Moved platform-specific code related to WiFi and services to my_wifi.h. Also, made the HTTP server stuff compatible to ESP32.
continuous-integration/drone/push Build is passing Details
2019-06-13 06:01:44 +02:00
Fabian Schlenz c9dfc908af Drone: Try building a version for ESP32, as well. 2019-06-06 12:08:57 +02:00
Fabian Schlenz b2f25f933b Extended platrofmio.ini to use libraries from the internet. Those are all forks by me, needing some small fixes or pull requests applied here and there. 2019-06-06 06:39:00 +02:00
Fabian Schlenz ac2de19d7a Added `lib_deps` to platformio.ini. 2019-06-04 06:00:14 +02:00
Fabian Schlenz 2f58fd14d0 Splitting the code into single files is done. \o/ 2019-05-30 00:49:54 +02:00
Fabian Schlenz 76802ffa78 Lots of re-organizing code and stuff. 2019-05-28 21:19:35 +02:00
Fabian Schlenz ce0c834326 Arduino IDE -> PlatformIO 2019-05-27 21:17:05 +02:00