Fix BLE HCI mode

This commit is contained in:
Dan Halbert
2020-10-24 18:31:46 -04:00
parent 4b244e7559
commit 0365542bc1
5 changed files with 9 additions and 8 deletions

View File

@@ -28,7 +28,7 @@
#include "Arduino.h"
const char FIRMWARE_VERSION[6] = "1.7.0";
const char FIRMWARE_VERSION[6] = "1.7.1";
// Optional, user-defined X.509 certificate
char CERT_BUF[1300];