Commit Graph

12 Commits

Author SHA1 Message Date
cb4afa5043 Removed support for ESP32. Existing code will stay in place, but new stuff won't be controlled for ESP32 compatibility.
Some checks failed
continuous-integration/drone/push Build is failing
2019-06-18 21:32:33 +02:00
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
d1a49fe625 Added missing library. 2019-06-18 18:15:59 +02:00
dc40653fea Removed errorneous line from platformio.ini 2019-06-15 14:18:06 +02:00
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
291a3be623 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
2019-06-13 06:01:44 +02:00
c9dfc908af Drone: Try building a version for ESP32, as well. 2019-06-06 12:08:57 +02:00
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
ac2de19d7a Added lib_deps to platformio.ini. 2019-06-04 06:00:14 +02:00
2f58fd14d0 Splitting the code into single files is done. \o/ 2019-05-30 00:49:54 +02:00
76802ffa78 Lots of re-organizing code and stuff. 2019-05-28 21:19:35 +02:00
ce0c834326 Arduino IDE -> PlatformIO 2019-05-27 21:17:05 +02:00