mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fixed build errors and typos/inconsistencies
This commit is contained in:
parent
465776d667
commit
3a7ccc085d
5 changed files with 56 additions and 41 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#define RADIOLIB_STATIC_ONLY 1
|
||||
#include <RadioLib.h>
|
||||
#include <helpers/radiolib/RadioLibWrappers.h>
|
||||
#include "ThinknodeM3Board.h"
|
||||
#include "ThinkNodeM3Board.h"
|
||||
#include <helpers/radiolib/CustomLR1110Wrapper.h>
|
||||
#include <helpers/ArduinoHelpers.h>
|
||||
#include <helpers/sensors/EnvironmentSensorManager.h>
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
extern NullDisplayDriver display;
|
||||
#endif
|
||||
|
||||
extern ThinknodeM3Board board;
|
||||
extern ThinkNodeM3Board board;
|
||||
extern WRAPPER_CLASS radio_driver;
|
||||
extern AutoDiscoverRTCClock rtc_clock;
|
||||
extern EnvironmentSensorManager sensors;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue