Commit graph

249 commits

Author SHA1 Message Date
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
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
Hendrik Rauh
6164cd8e43 Fixed typo and added 3V rail
Fixes #44
2024-12-15 00:08:27 +01:00
Hendrik Rauh
2126a70d69 fixed and changed the reset protection 2024-12-14 23:50:57 +01:00
RaffaelW
6276b1f74b disabled automatic wifi scan when the configuration page loads to avoid disconnecting and added warning 2024-12-14 22:42:59 +01:00
RaffaelW
d9afabbdac fixed input/output toggle 2024-12-14 21:14:26 +01:00
Hendrik Rauh
6e828b2e8e
updated doc to match new reset
#39
2024-12-14 00:53:38 +01:00
Hendrik Rauh
cd138e5b71 Reset protection
Fixes #39
2024-12-14 00:33:46 +01:00
psxde
b3e29cb7b4
Merge pull request #42 from HendrikRauh/HendrikRauh/issue41
LED-button in drawing
2024-12-14 00:09:29 +01:00
Hendrik Rauh
7ead32c2fb LED-button in drawing
Fixes #41
2024-12-14 00:06:04 +01:00
Hendrik Rauh
c8550cc4ff changed order for aesthetics 2024-12-13 23:24:37 +01:00
Hendrik Rauh
ae62394935 refactored readme 2024-12-13 23:18:58 +01:00
Raffael Wolf
d9874bc79e
Merge pull request #38 from HendrikRauh/HendrikRauh/issue36
Pre build script to update submodules
2024-12-13 22:03:23 +01:00
RaffaelW
e2fae21314 changed default value for universe2 2024-12-13 21:40:58 +01:00