Converted led code to support non rgb/strip. Some clean up of network comp. Clean up of provider and client. Base test for client

This commit is contained in:
2026-03-26 21:43:01 -04:00
parent f42236532f
commit 197f4a640c
16 changed files with 186 additions and 49 deletions
+13
View File
@@ -1,5 +1,18 @@
menu "Calendink LED Configuration"
choice CALENDINK_LED_TYPE
prompt "LED Type"
default CALENDINK_LED_TYPE_STRIP
help
Select the type of LED used on the board.
config CALENDINK_LED_TYPE_STRIP
bool "Addressable RGB LED Strip (e.g. WS2812)"
config CALENDINK_LED_TYPE_SIMPLE
bool "Simple GPIO LED (On/Off)"
endchoice
config CALENDINK_LED_GPIO
int "LED GPIO"
default 21