aqhome-react: enable network loading.
This application has now basic functionality.
This commit is contained in:
@@ -151,6 +151,8 @@ void _serve(AQHOME_REACT *aqh)
|
||||
lastTimerTime=startTime;
|
||||
lastFileScanTime=startTime;
|
||||
|
||||
AqHomeReact_SetLatestNetworkFileTime(aqh, AQHomeReact_GetNewestUnitNetFiletime(aqh));
|
||||
|
||||
dbArgs=AqHomeReact_GetDbArgs(aqh);
|
||||
timerUnit=AqHomeReact_GetTimerUnit(aqh);
|
||||
|
||||
@@ -189,6 +191,7 @@ void _serve(AQHOME_REACT *aqh)
|
||||
AqHomeReact_ReloadUnitNets(aqh);
|
||||
AqHomeReact_SetLatestNetworkFileTime(aqh, tNew);
|
||||
}
|
||||
lastFileScanTime=now;
|
||||
}
|
||||
|
||||
if (timeout) {
|
||||
|
||||
Reference in New Issue
Block a user