@@ -173,7 +173,7 @@ void updateDisplay()
173
173
icons = paintWirelessIcon () // Top left
174
174
| ICON_BASE_TEMPORARY // Top center
175
175
| ICON_BATTERY; // Top right
176
- paintBaseTempCasterStarted ();
176
+ paintConnectingToNtripCaster ();
177
177
break ;
178
178
case (STATE_BASE_TEMP_CASTER_CONNECTED):
179
179
icons = paintWirelessIcon () // Top left
@@ -211,7 +211,7 @@ void updateDisplay()
211
211
icons = paintWirelessIcon () // Top left
212
212
| ICON_BASE_FIXED // Top center
213
213
| ICON_BATTERY; // Top right
214
- paintBaseFixedCasterStarted ();
214
+ paintConnectingToNtripCaster ();
215
215
break ;
216
216
case (STATE_BASE_FIXED_CASTER_CONNECTED):
217
217
icons = paintWirelessIcon () // Top left
@@ -754,27 +754,8 @@ void paintCastingRTCM()
754
754
paintResets ();
755
755
}
756
756
757
- // Show connecting to caster service
758
- // Solid WiFi icon
759
- void paintBaseTempCasterStarted ()
760
- {
761
- int textX = 11 ;
762
- int textY = 17 ;
763
- int textKerning = 8 ;
764
-
765
- printTextwithKerning (" Caster" , textX, textY, textKerning);
766
-
767
- textX = 3 ;
768
- textY = 33 ;
769
- textKerning = 6 ;
770
- oled.setFont (QW_FONT_8X16);
771
-
772
- printTextwithKerning (" Connecting" , textX, textY, textKerning);
773
- }
774
-
775
- // Show connecting to caster service
776
- // Solid WiFi icon
777
- void paintBaseFixedCasterStarted ()
757
+ // Show connecting to NTRIP caster service
758
+ void paintConnectingToNtripCaster ()
778
759
{
779
760
int textX = 11 ;
780
761
int textY = 18 ;
0 commit comments