Browse Source

Added missing driver/rtc_io.h

pull/2895/head
Kevin Le 3 days ago
parent
commit
6b205da4e9
  1. 1
      src/helpers/ESP32Board.h

1
src/helpers/ESP32Board.h

@ -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:

Loading…
Cancel
Save