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 b10a9a7 commit 4b2fcdcCopy full SHA for 4b2fcdc
WeatherStationCoreLink/main.py
@@ -27,7 +27,7 @@ def reboot():
27
os.system('curl -X POST --header "Content-Type:application/json" "' + rebooturl + '"')
28
time.sleep(60) # Just in case that api call fails AGAIN as it sometimes does
29
reboot()
30
- return False
+ return False #basically put itself into a loop
31
32
serialport = "/dev/ttyUSB0"
33
baudrate = os.environ.get('baudRate', 19200) #Set the Baudrate to 19200 which is a nice default for the davis logger
0 commit comments