RS: delay before reading history
This commit is contained in:
parent
8a3d3d580f
commit
695997ebb9
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue