Commit graph

231 commits

Author SHA1 Message Date
RaffaelW
83945995a5 show warning for scanning networks only in access-point mode 2024-12-20 17:44:51 +01:00
Hendrik Rauh
a82934eb72
Merge pull request #58 from HendrikRauh:57-Temperature-seems-not-right
Temperature converted to int
2024-12-20 08:46:37 +01:00
RaffaelW
b5999364e2 Add connection icons for signal strength 2024-12-19 23:35:45 +01:00
Hendrik Rauh
77b71433e5 Temperature converted to int
Fixes #57
2024-12-19 23:13:41 +01:00
Hendrik Rauh
e3bc5f8bdc changed isome icons to white 2024-12-19 22:42:32 +01:00
Hendrik Rauh
1d2f4a08a0 updated and added icons 2024-12-19 22:06:35 +01:00
RaffaelW
44eaecc3f3 fixed whitespace and units 2024-12-19 21:44:46 +01:00
Hendrik Rauh
f38a915c6e added signal strength icons 2024-12-19 21:17:30 +01:00
RaffaelW
07dab3aadf Add CPU temperature display 2024-12-19 18:32:29 +01:00
RaffaelW
2f4d46e791 Merge branch 'HendrikRauh/issue33' of https://github.com/HendrikRauh/dmx-interface into HendrikRauh/issue33 2024-12-19 18:17:54 +01:00
RaffaelW
282b883b05 fixed error introduced through merging 2024-12-19 18:06:44 +01:00
Hendrik Rauh
7ad8af28bd fixed led not blinking
on first run the led would not blink, due to elif instead of if
2024-12-19 18:06:44 +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
Hendrik Rauh
3ccae6dd16 Rework favicon
Fixes #52
2024-12-19 18:06:44 +01:00
RaffaelW
b847fb3d20 select current ssid by default if connected via wifi-station 2024-12-19 18:06:44 +01:00
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