RaffaelW
|
c7e8c4a9d1
|
Merge branch 'main' into 51-button-actions
|
2025-04-14 22:40:41 +02:00 |
|
Hendrik Rauh
|
1b86aabf3e
|
Merge pull request #70 from HendrikRauh/debug-dmx
Working DMX input and output
|
2025-04-14 22:09:41 +02:00 |
|
Hendrik Rauh
|
c0f56e0e3d
|
Merge branch 'main' into 30-add-dmx-in-capability
|
2025-04-14 22:03:24 +02:00 |
|
RaffaelW
|
34575d97dd
|
made dmx_receive non-blocking
|
2025-04-14 21:47:25 +02:00 |
|
RaffaelW
|
678bb047ac
|
fix previous commit
|
2025-04-13 23:08:51 +02:00 |
|
RaffaelW
|
f0dcabcabc
|
use code from input 2 also for input 1
|
2025-04-13 22:55:24 +02:00 |
|
RaffaelW
|
3bb630c4ac
|
remove blinking led that uses a hardware timer
|
2025-04-13 21:46:46 +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
|
836af4ef15
|
fix: correct typo in interrupt function comment for clarity
|
2025-03-06 21:23:29 +01:00 |
|
RaffaelW
|
b1d3e6bd69
|
fixed accidental reset when restarting the interface via button and keeping the button pressed
|
2025-02-21 22:26:18 +01:00 |
|
Hendrik Rauh
|
b93ae3d682
|
Merge branch 'main' into 30-add-dmx-in-capability
|
2025-02-16 21:47:44 +01:00 |
|
RaffaelW
|
f649a14811
|
added empty case for completeness
|
2025-02-16 21:22:10 +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
|
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 |
|
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
|
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
|
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 |
|
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 |
|
Hendrik Rauh
|
33d3974b01
|
resolved conflicts
|
2024-12-15 22:44:52 +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
|
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 |
|
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 |
|
Hendrik Rauh
|
2126a70d69
|
fixed and changed the reset protection
|
2024-12-14 23:50:57 +01:00 |
|
Hendrik Rauh
|
cd138e5b71
|
Reset protection
Fixes #39
|
2024-12-14 00:33:46 +01:00 |
|
RaffaelW
|
e2fae21314
|
changed default value for universe2
|
2024-12-13 21:40:58 +01:00 |
|
RaffaelW
|
8daf08f505
|
fixed artnet
|
2024-12-13 20:20:41 +01:00 |
|
RaffaelW
|
e796da41ea
|
Merge branch 'main' into DMX-5-switch-connection (artnet not working!!!)
|
2024-12-13 20:00:21 +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 |
|
Hendrik Rauh
|
50c37dc80a
|
Merge branch 'DMX-5-switch-connection' into 8-ethernet
|
2024-11-15 17:49:36 +01:00 |
|
psxde
|
2667f36444
|
Update main.cpp to use LittleFS
|
2024-11-10 18:28:01 +01:00 |
|
Patrick Schwarz
|
6f1c5c7c34
|
Move setHostname because it is overwritten
|
2024-11-10 16:12:39 +01:00 |
|
Patrick Schwarz
|
ec624aba62
|
analogWrite should also use ledc library; also added auto mac address for ethernet
|
2024-11-10 12:57:44 +01:00 |
|
RaffaelW
|
12aa87ac90
|
added logic for loading available networks
|
2024-11-09 22:38:37 +01:00 |
|
Patrick Schwarz
|
c295017495
|
Other ETH lib
|
2024-11-09 21:59:25 +01:00 |
|