From eeab7715e7a27264429a9cb40a12d2f8c7eceead Mon Sep 17 00:00:00 2001 From: serialgeist Date: Sun, 22 Sep 2024 12:08:27 -0400 Subject: [PATCH] Update B.ino to remove an extra asterisk that prevents compile. Line 396 has an asterisk after BLEScanResults throng an error on compile. --- B/B.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/B/B.ino b/B/B.ino index 7aa2ab4..904fab2 100644 --- a/B/B.ino +++ b/B/B.ino @@ -393,7 +393,7 @@ void loop() { } } } - BLEScanResults* foundDevices = pBLEScan->start(2.2, false); + BLEScanResults foundDevices = pBLEScan->start(2.2, false); await_serial(); serial_lock = true; Serial1.print("BLC,");