Commit graph

161 commits

Author SHA1 Message Date
Hendrik Rauh
aaae5ac91b
Merge branch 'main' into 51-button-actions 2025-02-16 21:26:33 +01:00
Hendrik Rauh
bc4314111c
Merge pull request #69 from HendrikRauh/68-brighness-slider-initial-value
fixes #68 "Slider für Helligkeit zeigt beim ersten Laden 50% ist aber bei 10%"
2025-02-16 21:25:44 +01:00
RaffaelW
f649a14811 added empty case for completeness 2025-02-16 21:22:10 +01:00
RaffaelW
1ccf214ddb fixes "Slider für Helligkeit zeigt beim ersten Laden 50% ist aber bei 10%" #68 2025-02-16 20:46:06 +01:00
RaffaelW
ba9f8f50c2 fixed loading button actions 2025-02-16 19:41:42 +01:00
Raffael Wolf
4db484e0f5
Merge branch 'main' into 51-button-actions 2025-02-16 17:59:02 +01:00
Raffael Wolf
bd199c6c80
Merge pull request #65 from HendrikRauh/HendrikRauh/issue31
Channeloverview
2025-02-16 17:52:22 +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
ebb1948216
Merge pull request #56 from HendrikRauh/warnings-fix
Warnings fix
2025-02-16 17:34:49 +01:00
Raffael Wolf
879a9e5ddf
Merge branch 'main' into warnings-fix 2025-02-16 17:20:54 +01:00
Hendrik Rauh
da5b09ffcb
Merge pull request #63 from HendrikRauh/bugfix-62
Fix #62
2025-01-30 20:47:40 +01:00
Hendrik Rauh
e52ca9cf35 updated cad-files 2025-01-30 20:45:47 +01:00
Patrick Schwarz
e253a71ce6 Fix #62 2025-01-26 20:04:41 +01:00
RaffaelW
4732231fa2 added led blink code while resetting config 2024-12-21 22:02:01 +01:00
RaffaelW
3aeb8ffe5b added button action configuration and handling for reset and restart 2024-12-21 21:28:35 +01:00
Hendrik Rauh
f77e9a46de got rid of the redefinition of SPI2_HOST
@psxde pls check if this breaks functionality
2024-12-20 21:37:27 +01:00
Hendrik Rauh
df54c04d21 fixed NULL pointer warning
warning: passing NULL to non-pointer argument 2 of 'uint32_t Preferences::getUInt(const char*, uint32_t)' [-Wconversion-null]
2024-12-20 21:26:42 +01:00
Hendrik Rauh
3ecc9e33c0
Merge branch 'main' into warnings-fix 2024-12-20 20:02:28 +01:00
Hendrik Rauh
5870182507
Merge pull request #61 from HendrikRauh:50-loading-error-after-config-save
50 loading error after config save
2024-12-20 19:58:57 +01:00
RaffaelW
4d58f864d0 implemented retry mechanism for loading config data after esp restart 2024-12-20 18:27:32 +01:00
RaffaelW
ecfa24a2d7 increased delay between submitting and reloading the config 2024-12-20 18:03:35 +01:00
Raffael Wolf
fcb3741fed
Merge pull request #60 from HendrikRauh/59-warning-scan-only-in-ap
show warning for scanning networks only in access-point mode
2024-12-20 17:47:20 +01:00
RaffaelW
83945995a5 show warning for scanning networks only in access-point mode 2024-12-20 17:44:51 +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
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
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
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
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
RaffaelW
1e52c401e4 adjust led brightness 2024-12-15 16:12:30 +01:00
RaffaelW
4234732631 added slider for led brightness 2024-12-15 00:11:37 +01:00