Skip to content

Commit 134f370

Browse files
committed
Configure LBand only if the selected PointPerfect service needs it
1 parent 0b88976 commit 134f370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/GNSS_Mosaic.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2719,7 +2719,7 @@ void GNSS_MOSAIC::update()
27192719
{
27202720
if (spartnCorrectionsReceived) // If corrections were being received
27212721
{
2722-
configureLBand(pointPerfectIsEnabled()); // Restart L-Band using stored frequency
2722+
configureLBand(pointPerfectLbandEnabled()); // Restart L-Band using stored frequency
27232723
spartnCorrectionsReceived = false;
27242724
}
27252725
}

0 commit comments

Comments
 (0)