Browse Source

refactor variants #393

refactor variants #393
pull/575/head
Quency-D 10 months ago
committed by GitHub
parent
commit
cf9bcb5f4f
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 0
      variants/heltec_mesh_solar/MeshSolarBoard.cpp
  2. 0
      variants/heltec_mesh_solar/MeshSolarBoard.h
  3. 1
      variants/heltec_mesh_solar/platformio.ini
  4. 2
      variants/heltec_mesh_solar/target.h

0
src/helpers/nrf52/MeshSolarBoard.cpp → variants/heltec_mesh_solar/MeshSolarBoard.cpp

0
src/helpers/nrf52/MeshSolarBoard.h → variants/heltec_mesh_solar/MeshSolarBoard.h

1
variants/heltec_mesh_solar/platformio.ini

@ -16,7 +16,6 @@ build_flags = ${nrf52_base.build_flags}
-D SX126X_RX_BOOSTED_GAIN=1
build_src_filter = ${nrf52_base.build_src_filter}
+<helpers/*.cpp>
+<helpers/nrf52/MeshSolarBoard.cpp>
+<../variants/heltec_mesh_solar>
lib_deps =
${nrf52_base.lib_deps}

2
variants/heltec_mesh_solar/target.h

@ -3,7 +3,7 @@
#define RADIOLIB_STATIC_ONLY 1
#include <RadioLib.h>
#include <helpers/radiolib/RadioLibWrappers.h>
#include <helpers/nrf52/MeshSolarBoard.h>
#include <MeshSolarBoard.h>
#include <helpers/radiolib/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
#include <helpers/SensorManager.h>

Loading…
Cancel
Save