OpenGarage › Forums › Hardware Questions › OG vs Adafruit Feather › Re: Re: OG vs Adafruit Feather
October 6, 2016 at 5:52 pm
#150
Anonymous
Guest
After a bit more investigation I’ve found that the DEBUG_PRINTLN(og.read_distance()) call in check_status_ap() was causing the watchdog failure. So I need to dig deeper into the read_distance method to isolate the error and fix it since I’ve already made a couple of code changes there.