Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

#define PIN_VBAT_READ 35

#include "ESP32Board.h"
#include "helpers/ESP32Board.h"

class MeshadventurerBoard : public ESP32Board {

Expand Down
3 changes: 1 addition & 2 deletions variants/meshadventurer/target.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -44,4 +44,3 @@ extern MASensorManager sensors;

bool radio_init();
mesh::LocalIdentity radio_new_identity();

Loading