Fix -ota.zip in manifest and build output

This commit is contained in:
Ben Meadors
2025-12-26 22:22:32 -06:00
committed by Jonathan Bennett
parent 7dd9c8b223
commit cbd40faa89
3 files changed
+10 -2

No files matched your search

+2
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;