Commit Graph

13 Commits

Author SHA1 Message Date
fabian 33c2417534 Added recorder to be able to stream the current LED data via network. That way you can create nice looking GIF images of the effects - and even develop effects without having to look at the actual LED panel. 2019-09-04 06:05:45 +02:00
fabian 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
2019-06-18 21:32:33 +02:00
fabian 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 d1a49fe625 Added missing library. 2019-06-18 18:15:59 +02:00
fabian dc40653fea Removed errorneous line from platformio.ini 2019-06-15 14:18:06 +02:00
fabian 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 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
2019-06-13 06:01:44 +02:00
fabian c9dfc908af Drone: Try building a version for ESP32, as well. 2019-06-06 12:08:57 +02:00
fabian 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 ac2de19d7a Added lib_deps to platformio.ini. 2019-06-04 06:00:14 +02:00
fabian 2f58fd14d0 Splitting the code into single files is done. \o/ 2019-05-30 00:49:54 +02:00
fabian 76802ffa78 Lots of re-organizing code and stuff. 2019-05-28 21:19:35 +02:00
fabian ce0c834326 Arduino IDE -> PlatformIO 2019-05-27 21:17:05 +02:00