Skip to content

Commit 910ec59

Browse files
authored
Merge pull request #469 from jquatier/heltec-paper-include-fix
Fixing radio include and BT pin for Heltec Paper
2 parents 483b316 + ca422bb commit 910ec59

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

variants/heltec_wireless_paper/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
4646
build_src_filter = ${Heltec_Wireless_Paper_base.build_src_filter}

variants/heltec_wireless_paper/target.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
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>

0 commit comments

Comments
 (0)