Continue setup if setting up RFPowerView fails
This commit is contained in:
@@ -66,7 +66,6 @@ void setup() {
|
||||
powerView.setPacketReceivedCallback(processPacket);
|
||||
if (!powerView.begin()) {
|
||||
Serial.println("Failed to start RFPowerView");
|
||||
return;
|
||||
}
|
||||
|
||||
client.setKeepAlive(10);
|
||||
|
||||
Reference in New Issue
Block a user