Skip to content

Commit a7b99dc

Browse files
committed
Correctly mark incoming MQTT data
Allows download arrow to work
1 parent c13db82 commit a7b99dc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Firmware/RTK_Everywhere/MQTT_Client.ino

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -503,6 +503,8 @@ void mqttClientReceiveMessage(int messageSize)
503503

504504
gnss->pushRawData(mqttData, mqttCount);
505505
bytesPushed += mqttCount;
506+
507+
mqttClientDataReceived = true;
506508
}
507509
else
508510
{

0 commit comments

Comments
 (0)