Fix indentation

This commit is contained in:
2025-12-13 12:31:24 +01:00
parent 1c21ddee89
commit 2b8bbd703b
+10 -7
View File
@@ -1,12 +1,15 @@
#ifndef MAIN_HPP
#define MAIN_HPP
#ifndef MAIN_HPP
#define MAIN_HPP
#pragma once
extern volatile bool criticalErrorFlag;
extern EventGroupHandle_t connectivity_event_group;
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#define WIFI_CONNECTED_BIT BIT0
#define MQTT_CONNECTED_BIT BIT1
extern volatile bool criticalErrorFlag;
extern EventGroupHandle_t connectivity_event_group;
#endif
#define WIFI_CONNECTED_BIT BIT0
#define MQTT_CONNECTED_BIT BIT1
#endif