Changed LED behaviour when in AP mode

This commit is contained in:
Gunnar Skjold
2024-04-04 19:53:44 +02:00
parent c22bca3130
commit 361d3a38ed
3 changed files with 34 additions and 31 deletions

View File

@@ -55,7 +55,7 @@ public:
bool ledOn(uint8_t color);
bool ledOff(uint8_t color);
bool ledBlink(uint8_t color, uint8_t blink);
void setBootSuccessful();
void setBootSuccessful(bool value);
HwTools() {};
private: