BLE is now secured to require pairing with PIN

This commit is contained in:
geeksville
2020-02-07 20:59:21 -08:00
parent 0c0d4025f1
commit 593a6e6f83
6 changed files with 214 additions and 88 deletions
+1
View File
@@ -61,6 +61,7 @@ lib_deps =
ESP8266_SSD1306
AXP202X_Library
SPI
OneButton
CRC32 ; explicitly needed because dependency is missing in the ble ota update lib
Wire ; explicitly needed here because the AXP202 library forgets to add it