|
141210a370
|
Switched from ESPWebServer and WebSocketsServer to ESPAsyncWebServer.
|
2019-10-23 06:22:53 +02:00 |
|
|
f76354a4d5
|
Removed recorder, added websockets instead.
|
2019-10-23 05:37:55 +02:00 |
|
|
359b7a7826
|
Merge branch 'master' of https://git.schle.nz/fabian/pitrix; added new effect tv_static.
continuous-integration/drone/push Build encountered an error
|
2019-10-10 06:50:09 +02:00 |
|
|
083564caef
|
Reorganized effect selection stuff: No longer a big case clause comparing CRC32. Instead an array of structs. Much nicer. Also, other code can now see which effects there are.
|
2019-10-02 06:16:07 +02:00 |
|
|
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 |
|
|
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 |
|
|
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.
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 |
|