mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-08-27 05:09:46 +00:00
fix: move MeshadventurerBoard.h to correct location
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
#define PIN_VBAT_READ 35
|
||||
|
||||
#include "ESP32Board.h"
|
||||
#include "helpers/ESP32Board.h"
|
||||
|
||||
class MeshadventurerBoard : public ESP32Board {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
#define RADIOLIB_STATIC_ONLY 1
|
||||
#include <RadioLib.h>
|
||||
#include <helpers/radiolib/RadioLibWrappers.h>
|
||||
#include <helpers/MeshadventurerBoard.h>
|
||||
#include <MeshadventurerBoard.h>
|
||||
#include <helpers/radiolib/CustomSX1262Wrapper.h>
|
||||
#include <helpers/radiolib/CustomSX1268Wrapper.h>
|
||||
#include <helpers/AutoDiscoverRTCClock.h>
|
||||
@@ -44,4 +44,3 @@ extern MASensorManager sensors;
|
||||
|
||||
bool radio_init();
|
||||
mesh::LocalIdentity radio_new_identity();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user