Browse Source

Merge pull request #2565 from willumpie82/ble-pin-code

Disable BLE_PIN_CODE for E290 companion USB environment
pull/2570/head
Liam Cottle 3 weeks ago
committed by GitHub
parent
commit
cf9bf1d7fe
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 1
      variants/heltec_e290/platformio.ini

1
variants/heltec_e290/platformio.ini

@ -66,7 +66,6 @@ build_flags =
-D MAX_GROUP_CHANNELS=40
-D DISPLAY_CLASS=E290Display
-D AUTO_OFF_MILLIS=0
-D BLE_PIN_CODE=123456 ; dynamic, random PIN
-D BLE_DEBUG_LOGGING=1
-D OFFLINE_QUEUE_SIZE=256
build_src_filter = ${Heltec_E290_base.build_src_filter}

Loading…
Cancel
Save