mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-11 02:13:57 -04:00
Rover: commands: remove unneeded write of home to storage
This commit is contained in:
parent
dce82bc97c
commit
0681a24fe5
@ -29,9 +29,6 @@ bool Rover::set_home(const Location& loc, bool lock)
|
||||
ahrs.lock_home();
|
||||
}
|
||||
|
||||
// Save Home to EEPROM
|
||||
mode_auto.mission.write_home_to_storage();
|
||||
|
||||
// send text of home position to ground stations
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Set HOME to %.6f %.6f at %.2fm",
|
||||
static_cast<double>(loc.lat * 1.0e-7f),
|
||||
|
Loading…
Reference in New Issue
Block a user