led flash not working ma vabbeh

This commit is contained in:
Emanuele Trabattoni
2025-08-02 17:39:02 +02:00
parent 0e842294be
commit 25251785fa
3 changed files with 20 additions and 14 deletions

View File

@@ -59,6 +59,8 @@ namespace drivers
TaskHandle_t m_blinkTask;
TimerHandle_t m_flashTimer;
bool m_flashing;
std::mutex m_ledMutex;
};