Revert to latest merged version
authorsrimaldia <hariasti.srimaldia-1@jp.alps.com>
Thu, 22 Dec 2016 08:13:59 +0000 (17:13 +0900)
committersrimaldia <hariasti.srimaldia-1@jp.alps.com>
Thu, 22 Dec 2016 08:13:59 +0000 (17:13 +0900)
Signed-off-by: srimaldia <hariasti.srimaldia-1@jp.alps.com>
app/bluetooth/Bluetooth.qml
app/wifi/Wifi.qml

index cd0d982..e8cca1a 100644 (file)
@@ -302,7 +302,7 @@ SettingPage {
       //Timer for periodic refresh; this is BAD solution, need to figure out how to subscribe for events
       Timer {
                 id: periodicRefresh
-                interval: (currentState == "idle")? 10000:1000 // 1second
+                interval: (currentState == "idle")? 10000:5000 // 5seconds
                 onTriggered: {
 
                     btDeviceList.clear()
index 8f2fff2..e0ae950 100644 (file)
@@ -399,7 +399,7 @@ SettingPage {
     //Timer for periodic refresh; this is BAD solution, need to figure out how to subscribe for events
     Timer {
         id: periodicRefresh
-        interval: 1000 // 1second
+        interval: 5000 // 5seconds
         onTriggered: {
 
             networkList.clear()