Plane: commands: remove unneeded write of home to storage

This commit is contained in:
Iampete1 2025-01-14 16:37:45 +00:00 committed by Andrew Tridgell
parent 82887c95d2
commit dce82bc97c

View File

@ -163,8 +163,5 @@ bool Plane::set_home_persistently(const Location &loc)
return false;
}
// Save Home to EEPROM
mission.write_home_to_storage();
return true;
}