Skip to content

Commit 5d159a6

Browse files
authored
Fix internal message forwarding (#1205)
1 parent b346214 commit 5d159a6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/MyTransport.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -827,7 +827,6 @@ void transportProcessMessage(void)
827827
if (_processInternalCoreMessage()) {
828828
return; // no further processing required
829829
}
830-
return; // other C_INTERNAL messages do not require further processing
831830
} else if (command == C_STREAM) {
832831
#if defined(MY_OTA_FIRMWARE_FEATURE)
833832
if(firmwareOTAUpdateProcess()) {

0 commit comments

Comments
 (0)