bump version, change HCI uart to main uart. kill main thread when done setting up bt

This commit is contained in:
lady ada
2020-06-19 18:36:22 -04:00
parent 43731b8da5
commit 56d7b740ed
4 changed files with 6 additions and 5 deletions

View File

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