Quency-D
10 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with
1 additions and
2 deletions
-
variants/heltec_mesh_solar/MeshSolarBoard.cpp
-
variants/heltec_mesh_solar/MeshSolarBoard.h
-
variants/heltec_mesh_solar/platformio.ini
-
variants/heltec_mesh_solar/target.h
|
|
@ -16,7 +16,6 @@ build_flags = ${nrf52_base.build_flags} |
|
|
-D SX126X_RX_BOOSTED_GAIN=1 |
|
|
-D SX126X_RX_BOOSTED_GAIN=1 |
|
|
build_src_filter = ${nrf52_base.build_src_filter} |
|
|
build_src_filter = ${nrf52_base.build_src_filter} |
|
|
+<helpers/*.cpp> |
|
|
+<helpers/*.cpp> |
|
|
+<helpers/nrf52/MeshSolarBoard.cpp> |
|
|
|
|
|
+<../variants/heltec_mesh_solar> |
|
|
+<../variants/heltec_mesh_solar> |
|
|
lib_deps = |
|
|
lib_deps = |
|
|
${nrf52_base.lib_deps} |
|
|
${nrf52_base.lib_deps} |
|
|
|
|
|
@ -3,7 +3,7 @@ |
|
|
#define RADIOLIB_STATIC_ONLY 1 |
|
|
#define RADIOLIB_STATIC_ONLY 1 |
|
|
#include <RadioLib.h> |
|
|
#include <RadioLib.h> |
|
|
#include <helpers/radiolib/RadioLibWrappers.h> |
|
|
#include <helpers/radiolib/RadioLibWrappers.h> |
|
|
#include <helpers/nrf52/MeshSolarBoard.h> |
|
|
#include <MeshSolarBoard.h> |
|
|
#include <helpers/radiolib/CustomSX1262Wrapper.h> |
|
|
#include <helpers/radiolib/CustomSX1262Wrapper.h> |
|
|
#include <helpers/AutoDiscoverRTCClock.h> |
|
|
#include <helpers/AutoDiscoverRTCClock.h> |
|
|
#include <helpers/SensorManager.h> |
|
|
#include <helpers/SensorManager.h> |
|
|
|