We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07096bd commit cece127Copy full SHA for cece127
WeatherStationCoreLink/main.py
@@ -174,6 +174,6 @@ def looprequest():
174
if errorcount > 5: #If it's hit an error more than 5 times just reboot it
175
reboot()
176
177
- time.sleep(0.5) #Only take a reading every half second
+ time.sleep(2) #Only take a reading every two seconds as the device itself only updates on roughly that frequency
178
179
log("[INFO] End of Program")
0 commit comments