Create shared event group

This commit is contained in:
2025-11-30 22:22:26 +01:00
parent 1ef2476f78
commit 401c610a58
2 changed files with 6 additions and 4 deletions
+2
View File
@@ -7,6 +7,8 @@
#include "esp_task_wdt.h"
#include "wifi.hpp"
extern EventGroupHandle_t connectivity_event_group;
static const char* TAG = "MAIN";
volatile bool criticalErrorFlag = false;