From a63382b36ca432f2d1401572a85aeee5334fc81f Mon Sep 17 00:00:00 2001 From: James Date: Thu, 25 Apr 2024 22:13:03 +0100 Subject: [PATCH] disconnect --- ESPBMS.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ESPBMS.ino b/ESPBMS.ino index aafa20d..555a00d 100644 --- a/ESPBMS.ino +++ b/ESPBMS.ino @@ -115,7 +115,7 @@ void loop() { pRemoteCharacteristic_tx->writeValue(b_data, sizeof(b_data), false); } } - + pClient->disconnect(); Serial.printf("\r\n\r\n===============================\r\n\r\n"); } }