Commit Graph

13 Commits

Author SHA1 Message Date
Fabian Schlenz 9175193b67 Disabled the custom partitioning stuff because the ESP32 entered a boot loop after flashing it. So we are back at ~85% memory used... 2019-11-29 21:16:10 +01:00
Fabian Schlenz 076f0e9dfd Changed the baud rate of the serial port to 115200 to match the ESP32 boot loader. 2019-11-29 06:14:45 +01:00
Fabian Schlenz 8e15f87cd3 Moved index.html from SPIFFS to program memory. Removed dependencies to SPIFFS. Also, we can use a different partition scheme with much more program space instead of reserving some of it for SPIFFS. 2019-11-29 06:10:17 +01:00
Fabian Schlenz bbf77c6b1e Added deploy script. 2019-11-28 19:26:35 +01:00
Fabian Schlenz 6f8683ba9d WIP: Lots of streaming stuff 2019-11-27 06:51:20 +01:00
Fabian Schlenz b9a4770ff2 Massive changes. Added a quite nice webinterface with live data using WebSockets. Removed the FTP server (wasn't that useful anyways). JSON creating using ArduinoJson instead of String concatenation. Ans, and, and. 2019-11-16 23:03:13 +01:00
Fabian Schlenz 2d1f049444 Changed from ESP8266 to ESP32. Works much better.
HTTP server is disabled (for now).
2019-11-11 05:32:41 +01:00
Fabian Schlenz c313f6eb72 Changed from MCP23S17 to MCP23017. Lots of changes.
Doesn't really work because of timing stuff.
2019-11-10 14:45:33 +01:00
Fabian Schlenz 235ef8c39d Added FTP server and automatic version generation. 2019-08-13 19:39:03 +02:00
Fabian Schlenz f29e38160a Added MCP23S17 support as well as changed some pins and added more de-bouncing for the buttons. 2019-08-11 17:15:22 +02:00
Fabian Schlenz 815f11591c Playing and controlling MP3s works great. \o/ 2019-08-06 20:50:11 +02:00
Fabian Schlenz fcf0e8b7d3 Intermediary commit. Nothing's working, everything is broken. Let's start over now... 2019-08-04 13:42:07 +02:00
Fabian Schlenz 8ba724e682 Initial commit. 2019-08-02 23:48:36 +02:00