From 244af38c2b8c08e80badd8048ccd4d5bf152fe6e Mon Sep 17 00:00:00 2001 From: Matt Way Date: Sat, 4 May 2024 21:44:42 +1000 Subject: [PATCH] Continue setup if setting up RFPowerView fails --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9e6f662..0a7defa 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -66,7 +66,6 @@ void setup() { powerView.setPacketReceivedCallback(processPacket); if (!powerView.begin()) { Serial.println("Failed to start RFPowerView"); - return; } client.setKeepAlive(10);