allow for remotely setting LED timing.

This commit is contained in:
Martin Preuss
2025-05-14 01:49:23 +02:00
parent 25fb6f262d
commit 47275556f9
2 changed files with 8 additions and 0 deletions

View File

@@ -194,6 +194,11 @@ mainModulesOnPacketReceived:
rcall SK6812_OnPacketReceived
#endif
#ifdef MODULES_LED_SIMPLE
rcall LedSimple_OnPacketReceived
#endif
; add more here
ret