Compare commits

..

No commits in common. "8498b175e74fdb883eaef20e0e8f56c6726cef71" and "8e2a3e5728bc997449c7507be76249b7a90166a6" have entirely different histories.

2 changed files with 1 additions and 4 deletions

View File

@ -251,9 +251,6 @@ meshtastic_MeshPacket *PositionModule::allocReply()
if (getRTCQuality() < RTCQualityNTP) {
LOG_INFO("Strip time %u from position send", p.time);
p.time = 0;
} else if (rtc_found.address != ScanI2C::ADDRESS_NONE.address) {
LOG_INFO("Using RTC time %u for position send", p.time);
p.time = getValidTime(RTCQualityDevice);
} else {
p.time = getValidTime(RTCQualityNTP);
LOG_INFO("Provide time to mesh %u", p.time);

View File

@ -1,4 +1,4 @@
[VERSION]
major = 2
minor = 5
build = 12
build = 11