WIP begin changing software update service over to nimble

This commit is contained in:
geeksville
2020-07-23 13:01:31 -07:00
parent 0415a3c369
commit 00ca351169
5 changed files with 158 additions and 157 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
#include "BluetoothSoftwareUpdate.h"
#include "PowerFSM.h"
#include "configuration.h"
#include "esp_task_wdt.h"
@@ -9,7 +10,6 @@
#include <nvs.h>
#include <nvs_flash.h>
void getMacAddr(uint8_t *dmac)
{
assert(esp_efuse_mac_get_default(dmac) == ESP_OK);
@@ -82,6 +82,7 @@ void esp32Loop()
{
esp_task_wdt_reset(); // service our app level watchdog
loopBLE();
bluetoothRebootCheck();
// for debug printing
// radio.radioIf.canSleep();