From 3e8efa1934d548fcf7dfccd5c8fbd11a4934d527 Mon Sep 17 00:00:00 2001 From: chopster44 Date: Sat, 29 Nov 2025 23:03:26 +0000 Subject: [PATCH] v1.0.3 placholder for testing --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index cf12805..b8ee79b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -40,7 +40,7 @@ void setup() { pServer = BLEDevice::createServer(); pServer->setCallbacks(new ServerCallbacks()); - BLEota.begin(pServer, "1.0.2"); + BLEota.begin(pServer, "1.0.3"); BLEAdvertising* pAdvertising = BLEDevice::getAdvertising(); pAdvertising->setScanResponse(true);