Closed cyclops1982 closed 5 months ago
BlinkHalt() does an SOS pattern. It always does that, meaning it has no context of /what/ went wrong.
BlinkHalt()
We should change this to a number of blinks and then a second delay. The number of blinks should be an argument.
This allows us to report error codes via the number of blinks. In between the blinks we put a full second delay.
This helps remote troubleshooting. Can ask the person to count the blinks and report that.
Blinkhalt options:
2 = Initialization of config failed 3 = GPS Initialization failed 4 = powersave failed
BlinkHalt()
does an SOS pattern. It always does that, meaning it has no context of /what/ went wrong.We should change this to a number of blinks and then a second delay. The number of blinks should be an argument.
This allows us to report error codes via the number of blinks. In between the blinks we put a full second delay.
This helps remote troubleshooting. Can ask the person to count the blinks and report that.