RS: delay before reading history

This commit is contained in:
Milos Kozak 2018-07-13 09:50:04 +03:00
parent 8a3d3d580f
commit 695997ebb9

View file

@ -210,6 +210,8 @@ public class DanaRSService extends Service {
return result;
}
SystemClock.sleep(1000);
DanaRS_Packet_APS_History_Events msg;
if (lastHistoryFetched == 0) {
msg = new DanaRS_Packet_APS_History_Events(0);