Skip to content

Commit ca422bb

Browse files
committed
fix ble pin
1 parent dcb7ffa commit ca422bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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}

0 commit comments

Comments
 (0)