diff --git a/src/modules/PositionModule.cpp b/src/modules/PositionModule.cpp index f7116e701..3c77df704 100644 --- a/src/modules/PositionModule.cpp +++ b/src/modules/PositionModule.cpp @@ -60,7 +60,7 @@ bool PositionModule::handleReceivedProtobuf(const meshtastic_MeshPacket &mp, mes if (config.position.fixed_position) { LOG_DEBUG("Ignore incoming position update from myself except for time, because position.fixed_position is true"); -#ifdef T_WATCH_S3 +#if defined(T_WATCH_S3) || defined(T_WATCH_ULTRA) // Since we return early if position.fixed_position is true, set the T-Watch's RTC to the time received from the // client device here if (p.time && channels.getByIndex(mp.channel).role == meshtastic_Channel_Role_PRIMARY) {