This commit is contained in:
James 2024-04-26 12:05:15 +01:00
parent 62e1d1c632
commit 799ec05191

View File

@ -151,8 +151,8 @@ void loop() {
delay(500);
}
}
Serial.println("Disconnect");
pRemoteCharacteristic_rx->unregisterForNotify();
Serial.println("Reboot!");
ESP.restart();
pClient->disconnect();
}
}