Merge pull request #3238 from recrof/meshadventurer-board-relocate

fix: move MeshadventurerBoard.h to variants/meshadventurer
This commit is contained in:
ripplebiz
2026-08-18 23:04:35 +10:00
committed by GitHub
2 changed files with 2 additions and 3 deletions
@@ -13,7 +13,7 @@
#define PIN_VBAT_READ 35
#include "ESP32Board.h"
#include "helpers/ESP32Board.h"
class MeshadventurerBoard : public ESP32Board {
+1 -2
View File
@@ -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();