Added missing driver/rtc_io.h

This commit is contained in:
Kevin Le
2026-07-05 23:33:56 +07:00
parent eec75eab31
commit 6b205da4e9
+1
View File
@@ -14,6 +14,7 @@
#include <Wire.h>
#include "soc/rtc.h"
#include "esp_system.h"
#include <driver/rtc_io.h>
class ESP32Board : public mesh::MainBoard {
protected: