Make LED pattern configurable in Webserver

This commit is contained in:
Daniel Öster 2025-08-31 14:07:57 +03:00
parent fba4534ce4
commit 083432da78
6 changed files with 16 additions and 9 deletions

View file

@ -25,6 +25,7 @@ class LED {
void heartbeat_run(void);
uint8_t up_down(float middle_point_f);
int LED_PERIOD_MS = 3000;
};
bool led_init(void);