Add includes

This commit is contained in:
2025-12-13 12:39:33 +01:00
parent aba6253e70
commit 9fab98af61
+6
View File
@@ -1,4 +1,10 @@
#include <cstdint>
#include <stdint.h>
#include "freertos/FreeRTOS.h"
#include "freertos/event_groups.h"
#include "freertos/task.h"
#include "freertos/queue.h"
#include "esp_task_wdt.h"
#include "driver/i2c_master.h"
#include "esp_log.h"
#include "config.h"