Self Driving RC Car/2020: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 211: | Line 211: | ||
webcontrol.port=8080 | webcontrol.port=8080 | ||
imageview.port=8081 | imageview.port=8081 | ||
# watchdog | |||
# how often to send a heart beat in milliseconds | |||
watchdog.heartbeat.interval.ms=150 | |||
# how many beats may be missed before remote car is forced to stop | |||
watchdog.max.missed.beats=6 | |||
# be careful with your GPIO configuration | # be careful with your GPIO configuration | ||
# you might damage your PI with a misconfiguration! | # you might damage your PI with a misconfiguration! | ||