Commit graph

265 commits

Author SHA1 Message Date
RaffaelW
303a0ae0fc shortened wifi scan warning 2024-12-19 18:06:44 +01:00
Hendrik Rauh
0b0bf2f737 fixed confusing syntax
Fixes #48
2024-12-19 18:06:43 +01:00
Hendrik Rauh
66cf008e19 fixed and changed the reset protection 2024-12-19 18:03:08 +01:00
Hendrik Rauh
6aff101f2e updated doc to match new reset
#39
2024-12-19 18:03:08 +01:00
Hendrik Rauh
f173558bd5 Reset protection
Fixes #39
2024-12-19 18:03:08 +01:00
Hendrik Rauh
1278c01fcd Fixed typo and added 3V rail
Fixes #44
2024-12-19 18:03:08 +01:00
RaffaelW
7b0f0ac639 cache available networks in setup 2024-12-19 18:03:08 +01:00
RaffaelW
33bc277bb5 moved onGetNetworks function to new file 2024-12-19 18:03:08 +01:00
RaffaelW
53e42a0b0b made some input fields required 2024-12-19 18:02:37 +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
003102fa90 adjust led brightness 2024-12-19 18:00:29 +01:00
RaffaelW
e4fb246356 added slider for led brightness 2024-12-19 18:00:29 +01:00
RaffaelW
a3dc701d0b disabled automatic wifi scan when the configuration page loads to avoid disconnecting and added warning 2024-12-19 17:58:12 +01:00
RaffaelW
b097f81c95 fixed input/output toggle 2024-12-19 17:58:11 +01:00
RaffaelW
9e83851ddf added status ui 2024-12-19 17:55:52 +01:00
RaffaelW
90f8d7c07e added class to form and added section to prepare next commit 2024-12-19 17:55:37 +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
0470a4acde fixed line duplicated by accident 2024-12-18 20:27:00 +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
Hendrik Rauh
c415ffa8b5 Removal of an attribute that was too much 2024-12-18 20:21:05 +01:00
Hendrik Rauh
902448a243
Merge branch 'main' into HendrikRauh/issue33 2024-12-18 19:46:42 +01:00
Hendrik Rauh
7af1725665 fixed led not blinking
on first run the led would not blink, due to elif instead of if
2024-12-18 19:46:08 +01:00
Hendrik Rauh
082a4a4c01
Merge pull request #55 from HendrikRauh/merge-MAIN-statusUI
Bringing statusUI up-to-date with main
2024-12-18 13:05:36 +01:00
Hendrik Rauh
b56a106c94
Merge branch 'HendrikRauh/issue33' into merge-MAIN-statusUI 2024-12-18 13:05:16 +01:00
Hendrik Rauh
c336e65c4b Added cpuTemperature 2024-12-18 12:55:50 +01:00
Raffael Wolf
9a7303b5d4
removed wrong semicolon 2024-12-17 17:07:24 +01:00
Raffael Wolf
23bb8eb8f2
Merge pull request #53 from HendrikRauh/HendrikRauh/issue52
new design
2024-12-17 16:57:03 +01:00
Hendrik Rauh
4a14d86e15
Merge pull request #47 from HendrikRauh/DMX-3-configuration-WebUI
Dmx 3 configuration web UI
2024-12-16 21:32:11 +01:00
Hendrik Rauh
c0918a085a Rework favicon
Fixes #52
2024-12-16 15:57:23 +01:00
RaffaelW
6edc46f6fa select current ssid by default if connected via wifi-station 2024-12-15 23:28:55 +01:00
RaffaelW
2bc4b64b54 shortened wifi scan warning 2024-12-15 22:58:19 +01:00
Hendrik Rauh
33d3974b01 resolved conflicts 2024-12-15 22:44:52 +01:00
Raffael Wolf
596e8591d9
Merge pull request #49 from HendrikRauh/HendrikRauh/issue48
fixed confusing syntax
2024-12-15 21:54:25 +01:00
RaffaelW
cc18f5121e cache available networks in setup 2024-12-15 21:33:55 +01:00
RaffaelW
f92e51377c moved onGetNetworks function to new file 2024-12-15 21:32:13 +01:00
RaffaelW
0d3a398f83 made some input fields required 2024-12-15 21:09:02 +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
0583b1c4e5 fixed confusing syntax
Fixes #48
2024-12-15 20:38:14 +01:00
Hendrik Rauh
330d4ffa42
Merge pull request #43 from HendrikRauh/HendrikRauh/issue39
Reset protection
2024-12-15 20:36:46 +01:00
Hendrik Rauh
2c25932e3c added signal strength 2024-12-15 19:41:16 +01:00
Raffael Wolf
71208ee44f
Merge pull request #45 from HendrikRauh/HendrikRauh/issue44
Fixed typo and added 3V rail
2024-12-15 19:25:25 +01:00
RaffaelW
24876b6f63 Merge branch 'main' into DMX-3-configuration-WebUI 2024-12-15 19:11:50 +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
RaffaelW
1e52c401e4 adjust led brightness 2024-12-15 16:12:30 +01:00