mirror of
https://github.com/house-of-abbey/GarminHomeAssistant.git
synced 2025-09-15 05:21:33 +00:00
2 Bug fixes
1. Fixed a bug where templates failed to display in toggle menu items (at least on some devices). 2. Fixed a bug where a menu item requesting to exit on completion appeared to indicate failure when using Wi-Fi or LTE. The fix uses a delay in exiting the application modelled as sufficient for a Venu 2 device, so this might need tweaking for other devices.
This commit is contained in:
@@ -49,4 +49,9 @@ class Globals {
|
||||
//! After running a task by Wi-Fi/LTE synchronisation the periodic updates need to resume. This
|
||||
//! is the delay between synchronisation completion and resumption of updates.
|
||||
static const wifiPollResumeDelayMs = 2000; // ms
|
||||
|
||||
//! After running a task by Wi-Fi/LTE synchronisation the if the menu item requests to quit the
|
||||
//! application, this is the delay to wait after synchronisation completion before quitting.
|
||||
//! Failure to wait causes the transfer to indicate a failure.
|
||||
static const wifiQuitDelayMs = 5000; // ms
|
||||
}
|
||||
|
Reference in New Issue
Block a user