If you use throttle input, you'll be able to try flying without the Remove Before Fly pin. I had to restructure the GPS reading routines to do this. Now the system goes immediately into the main control loop. This has a few benefits:
- The GPS led blinks when GPS fix is lost instead of just turning off.
- You don't need to remove the pin before flight - much cleaner for systems buried into the fuse.
- You don't need to worry about GPS lock if you are just flying stabilization
The GPS LED will turn solid as soon as it gets a good lock. If you are in manual mode, with the throttle all the way down, you will be in "ground start" which is simply a way to save your radio trim values and reset the Waypoint to 1. A ground start will also allow home to be set after the first good GPS fix. Even if you have in-air restart with a false positive for ground-start, the worse that could happen is you reset your hoe position.
If you don't read in the throttle with the jumper to pin 13, you have to still use the RBF pin.
I've also updated support for reverse throttle for those users who want low throttle with high PWM values.
I have not flown this revision, so if you're willing to help me test it I would appreciate it.
Thanks,
Jason