Fix -ota.zip in manifest and build output

This commit is contained in:
Ben Meadors
2025-12-20 14:09:05 -06:00
parent 1021d967da
commit d93d68d31e
3 changed files with 10 additions and 2 deletions

View File

@@ -429,7 +429,9 @@ int32_t PositionModule::runOnce()
if (lastGpsSend == 0 || msSinceLastSend >= intervalMs) {
if (waitingForFreshPosition) {
#ifdef GPS_DEBUG
LOG_DEBUG("Skip initial position send; no fresh position since boot");
#endif
} else if (nodeDB->hasValidPosition(node)) {
lastGpsSend = now;