This commit is contained in:
James 2024-04-26 12:06:25 +01:00
parent 799ec05191
commit c09d3417e7

View File

@ -151,10 +151,10 @@ void loop() {
delay(500);
}
}
Serial.println("Reboot!");
ESP.restart();
pClient->disconnect();
}
Serial.println("Reboot!");
ESP.restart();
}
static void MyNotifyCallback(BLERemoteCharacteristic *pBLERemoteCharacteristic, uint8_t *pData, size_t length, bool isNotify){