Rover: move logging of Beacon into Beacon library

This commit is contained in:
Peter Barker 2022-03-04 12:31:26 +11:00 committed by Peter Barker
parent 39eca59938
commit 134e4ff705
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ void Rover::update_logging1(void)
if (should_log(MASK_LOG_THR)) {
Log_Write_Throttle();
logger.Write_Beacon(g2.beacon);
g2.beacon.log();
}
if (should_log(MASK_LOG_NTUN)) {