Commit graph

46 commits

Author SHA1 Message Date
RaffaelW
be774c028b Merge branch 'main' into HendrikRauh/issue33 2025-04-14 23:03:08 +02:00
Raffael Wolf
12be629910
Merge branch 'main' into HendrikRauh/issue33 2025-04-14 22:44:55 +02:00
RaffaelW
c7e8c4a9d1 Merge branch 'main' into 51-button-actions 2025-04-14 22:40:41 +02:00
Hendrik Rauh
176a12a9b3 Revert "Merge branch 'main' into 30-add-dmx-in-capability"
This reverts commit b93ae3d682, reversing
changes made to f3ef3aa9b9.
2025-03-06 21:44:55 +01:00
Hendrik Rauh
b93ae3d682
Merge branch 'main' into 30-add-dmx-in-capability 2025-02-16 21:47:44 +01:00
Raffael Wolf
4db484e0f5
Merge branch 'main' into 51-button-actions 2025-02-16 17:59:02 +01:00
Raffael Wolf
b6d74857f2
Merge branch 'main' into HendrikRauh/issue31 2025-02-16 17:43:20 +01:00
Hendrik Rauh
45ef6656d1
Merge branch 'main' into 51-button-actions 2025-02-16 17:43:12 +01:00
Raffael Wolf
f3ef3aa9b9
Merge branch 'main' into 30-add-dmx-in-capability 2025-02-16 17:42:05 +01:00
Hendrik Rauh
34aa221c9d
Merge branch 'main' into HendrikRauh/issue33 2025-02-16 17:35:17 +01:00
Patrick Schwarz
4b811187f7 halb-broken implementation with other dmx driver. out works only on second port, in works on first port very slowly and on the second port fast 2025-02-01 22:49:24 +01:00
RaffaelW
3aeb8ffe5b added button action configuration and handling for reset and restart 2024-12-21 21:28:35 +01:00
Hendrik Rauh
77b71433e5 Temperature converted to int
Fixes #57
2024-12-19 23:13:41 +01:00
Hendrik Rauh
ceb3ce47ee Added cpuTemperature 2024-12-19 18:06:44 +01:00
Raffael Wolf
2fd3a76fa6 removed wrong semicolon 2024-12-19 18:06:44 +01:00
RaffaelW
33bc277bb5 moved onGetNetworks function to new file 2024-12-19 18:03:08 +01:00
RaffaelW
140d43f58b corrected default values for ip addresses 2024-12-19 18:01:22 +01:00
RaffaelW
a6500cb8cc extracted default config values 2024-12-19 18:01:21 +01:00
RaffaelW
e4fb246356 added slider for led brightness 2024-12-19 18:00:29 +01:00
Hendrik Rauh
16c06fd370 only sending non 0 values 2024-12-18 21:59:56 +01:00
Hendrik Rauh
a3023faa8c removed channel 0 2024-12-18 21:42:12 +01:00
Hendrik Rauh
a5169434cc roughly implemented a dmx endpoint for debug 2024-12-18 21:35:17 +01:00
Hendrik Rauh
48bf642536 NULL should not be used here
passing NULL to non-pointer argument fixed
2024-12-18 20:22:10 +01:00
Raffael Wolf
9a7303b5d4
removed wrong semicolon 2024-12-17 17:07:24 +01:00
RaffaelW
f92e51377c moved onGetNetworks function to new file 2024-12-15 21:32:13 +01:00
RaffaelW
c3705583ea corrected default values for ip addresses 2024-12-15 21:08:42 +01:00
Hendrik Rauh
4ac0681a9a switched status logic to separate file 2024-12-15 21:02:37 +01:00
Hendrik Rauh
2c25932e3c added signal strength 2024-12-15 19:41:16 +01:00
RaffaelW
c3fab50ccc extracted default config values 2024-12-15 18:45:15 +01:00
Hendrik Rauh
34bffdbeee switched to nested structure 2024-12-15 18:24:31 +01:00
Hendrik Rauh
5938585927 added a bunch of additional information 2024-12-15 18:10:03 +01:00
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
4234732631 added slider for led brightness 2024-12-15 00:11:37 +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
RaffaelW
12aa87ac90 added logic for loading available networks 2024-11-09 22:38:37 +01:00
RaffaelW
20984878ea added values in config that i forgot 2024-11-05 09:15:45 +01:00
RaffaelW
f595c8889c removed redundant function parameter 2024-11-03 22:18:26 +01:00
RaffaelW
366585b263 moved loading of config to request handler 2024-11-03 21:18:33 +01:00
RaffaelW
fb142d0491 included ip method and connection in config 2024-11-03 13:51:18 +01:00
RaffaelW
f07cf0db61 added subnet and gateway input 2024-11-03 11:58:04 +01:00
RaffaelW
eff77036cd added missing fields and fixed loading of IP 2024-11-03 00:20:55 +01:00
Hendrik Rauh
8bc4d9dd3d DMX-23 not throwing invalid data 2024-11-02 20:37:13 +01:00
RaffaelW
8fed61f78c added handler for PUT /config 2024-11-02 19:28:14 +01:00