Feature that you'd like us to add or change you'd like us to make:
Although no GCS currently publicly available takes advantage of it, it would be
nice to have the companion function to write general waypoint information back
into EEPROM. This is my version of the function that my GCS uses to update
wp_total in EEPROM:
void save_EEPROM_waypoint_info(void)
{
eeprom_write_byte((uint8_t *) EE_WP_TOTAL, wp_total);
eeprom_write_byte((uint8_t *) EE_WP_RADIUS, wp_radius);
eeprom_write_byte((uint8_t *) EE_LOITER_RADIUS, loiter_radius);
}
This is probably a lower priority.
Original issue reported on code.google.com by bjpcalt...@gmail.com on 29 Sep 2010 at 11:15
Original issue reported on code.google.com by
bjpcalt...@gmail.com
on 29 Sep 2010 at 11:15