Commit graph

52 commits

Author SHA1 Message Date
Hendrik Rauh
e5585dab29 added psram 2024-12-15 13:37:25 +01:00
Hendrik Rauh
5e1224a266 elimination of sub-functions
because i dont think it will be used anywhere else
2024-12-15 13:20:37 +01:00
Hendrik Rauh
42ac6f90c2 added /status with uptime and heap 2024-12-15 13:17:27 +01:00
RaffaelW
e2fae21314 changed default value for universe2 2024-12-13 21:40:58 +01:00
RaffaelW
8daf08f505 fixed artnet 2024-12-13 20:20:41 +01:00
RaffaelW
e796da41ea Merge branch 'main' into DMX-5-switch-connection (artnet not working!!!) 2024-12-13 20:00:21 +01:00
RaffaelW
9a6c41f027 Merge branch 'DMX-5-switch-connection' into DMX-3-configuration-WebUI 2024-12-13 18:10:42 +01:00
Patrick Schwarz
e53f897aac Fix some bugs from merging and add second dmx interface 2024-11-24 14:42:59 +01:00
Hendrik Rauh
50c37dc80a
Merge branch 'DMX-5-switch-connection' into 8-ethernet 2024-11-15 17:49:36 +01:00
psxde
2667f36444
Update main.cpp to use LittleFS 2024-11-10 18:28:01 +01:00
Patrick Schwarz
6f1c5c7c34 Move setHostname because it is overwritten 2024-11-10 16:12:39 +01:00
Patrick Schwarz
ec624aba62 analogWrite should also use ledc library; also added auto mac address for ethernet 2024-11-10 12:57:44 +01:00
RaffaelW
12aa87ac90 added logic for loading available networks 2024-11-09 22:38:37 +01:00
Patrick Schwarz
c295017495 Other ETH lib 2024-11-09 21:59:25 +01:00
RaffaelW
03c6c2ab18 implemented switch between wifi station and wifi access point 2024-11-05 20:46:28 +01:00
RaffaelW
20984878ea added values in config that i forgot 2024-11-05 09:15:45 +01:00
RaffaelW
b8b87db0f2 fixed merge error 2024-11-04 21:21:49 +01:00
Hendrik Rauh
8b47daceb4
Merge pull request #7 from HendrikRauh/DMX-18-reset-config
Dmx 18 reset config
2024-11-04 21:14:14 +01:00
RaffaelW
4a67b9cc1c reset esp when config changes 2024-11-04 21:10:39 +01:00
RaffaelW
c09dc17967 changed POST /reset to DELETE /config 2024-11-04 20:54:28 +01:00
RaffaelW
8a3bd49686 implemented reset of config 2024-11-03 22:27:12 +01:00
RaffaelW
f595c8889c removed redundant function parameter 2024-11-03 22:18:26 +01:00
RaffaelW
2ee16f6452 Merge branch 'main' of https://github.com/HendrikRauh/dmx-interface 2024-11-03 21:19:28 +01:00
RaffaelW
366585b263 moved loading of config to request handler 2024-11-03 21:18:33 +01:00
Hendrik Rauh
aaa7b705fb removed filehead of old LIB 2024-11-03 16:46:43 +01:00
RaffaelW
fb142d0491 included ip method and connection in config 2024-11-03 13:51:18 +01:00
RaffaelW
04b605b7d4 fixed ESPDMX 2024-11-03 12:32:21 +01:00
RaffaelW
d9485b4537 Merge branch 'main' of https://github.com/HendrikRauh/dmx-interface 2024-11-03 11:58:24 +01:00
RaffaelW
f07cf0db61 added subnet and gateway input 2024-11-03 11:58:04 +01:00
Raffael Wolf
9a49c6610d
Merge branch 'main' into DMX-22-Modify-ESPDMX 2024-11-03 00:41:39 +01:00
RaffaelW
2aeef79a0f Merge branch 'main' of https://github.com/HendrikRauh/dmx-interface 2024-11-03 00:21:22 +01:00
RaffaelW
eff77036cd added missing fields and fixed loading of IP 2024-11-03 00:20:55 +01:00
Hendrik Rauh
9bb7b27b2e fixed var name so @RaffaelW is happy 2024-11-02 23:26:03 +01:00
Raffael Wolf
9b8b88eeb7
Merge branch 'main' into DMX-23-template-string 2024-11-02 22:10:54 +01:00
Hendrik Rauh
8bc4d9dd3d DMX-23 not throwing invalid data 2024-11-02 20:37:13 +01:00
RaffaelW
ab377defb5 finished modification of lob 2024-11-02 20:18:06 +01:00
Hendrik Rauh
4157c8a21d DMX-22 started modification of lib 2024-11-02 19:34:21 +01:00
RaffaelW
8fed61f78c added handler for PUT /config 2024-11-02 19:28:14 +01:00
Patrick Schwarz
3ce1df2136 Add ethernet/wifi switch 2024-11-02 11:59:10 +01:00
RaffaelW
bb4af548c9 Merge branch 'main' of https://github.com/HendrikRauh/dmx-interface 2024-10-31 23:29:18 +01:00
RaffaelW
106dbaf975 added callback for request body 2024-10-31 23:27:07 +01:00
Hendrik Rauh
d8f1bf9111 fixed outdated jsonDocument 2024-10-31 22:53:57 +01:00
Hendrik Rauh
33fae44163 added basic GET json 2024-10-24 23:15:42 +02:00
Hendrik Rauh
d0f3ea34c8 base logic for config 2024-10-24 22:09:19 +02:00
Hendrik Rauh
813c738537 removed code that is currently not needed
maybe needed later but bloats the code currently
2024-10-24 21:44:57 +02:00
Hendrik Rauh
6d2386f080 DMX-17 made server serve static correctly 2024-10-24 18:53:30 +02:00
Hendrik Rauh
6665df4cc6 DMX-17 made data-files possible 2024-10-24 18:39:41 +02:00
Hendrik Rauh
ab1e60ba03 added a basic html site 2024-10-23 22:35:49 +02:00
Patrick Schwarz
55348d19f5 fixed libs and deleted unnecessary file 2024-10-23 20:29:31 +02:00
Patrick Schwarz
b8dd1f1953 DMX-17 init branch 2024-10-23 17:16:53 +02:00