From ef3fb678a41b444d29c20689547c9f5bbc6f2227 Mon Sep 17 00:00:00 2001 From: jeevasdev Date: Thu, 17 Feb 2022 00:42:22 +1100 Subject: [PATCH] break when the case breaks :) --- tasmota/xnrg_22_bl6523.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/xnrg_22_bl6523.ino b/tasmota/xnrg_22_bl6523.ino index 6d58459f2..b25d5bc68 100644 --- a/tasmota/xnrg_22_bl6523.ino +++ b/tasmota/xnrg_22_bl6523.ino @@ -112,7 +112,7 @@ bool Bl6523ReadData(void) // sleep till TX buffer is full delay(10); if ( i++ > RX_WAIT ){ - abort(); + break; } }