Browse Source

FollowMe: update for GPS changes

master
Andrew Tridgell 11 years ago
parent
commit
193a225887
  1. 2
      FollowMe/FollowMe.pde

2
FollowMe/FollowMe.pde

@ -78,7 +78,7 @@ void setup(void) { @@ -78,7 +78,7 @@ void setup(void) {
input.joy_btn_event_callback(sm_on_button_cancel);
hal.console->println_P(PSTR("GPS start init"));
auto_gps.init(hal.uartB, GPS::GPS_ENGINE_PEDESTRIAN);
auto_gps.init(hal.uartB, GPS::GPS_ENGINE_PEDESTRIAN, &DataFlash);
}
void loop(void) {

Loading…
Cancel
Save