File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
variants/heltec_wireless_paper Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ build_flags =
4040 -D MAX_CONTACTS =100
4141 -D MAX_GROUP_CHANNELS =8
4242 -D DISPLAY_CLASS =E213Display
43- -D BLE_PIN_CODE =0 ; dynamic, random PIN
43+ -D BLE_PIN_CODE =123456 ; dynamic, random PIN
4444 -D BLE_DEBUG_LOGGING =1
4545 -D OFFLINE_QUEUE_SIZE =256
4646build_src_filter = ${Heltec_Wireless_Paper_base.build_src_filter}
Original file line number Diff line number Diff line change 22
33#define RADIOLIB_STATIC_ONLY 1
44#include <RadioLib.h>
5- #include <helpers/AutoDiscoverRTCClock.h>
6- #include <helpers/CustomSX1262Wrapper.h>
7- #include <helpers/HeltecV3Board.h>
85#include <helpers/RadioLibWrappers.h>
6+ #include <helpers/HeltecV3Board.h>
7+ #include <helpers/CustomSX1262Wrapper.h>
8+ #include <helpers/AutoDiscoverRTCClock.h>
99#include <helpers/SensorManager.h>
1010#ifdef DISPLAY_CLASS
1111#include <helpers/ui/E213Display.h>
You can’t perform that action at this time.
0 commit comments