@@ -666,15 +666,15 @@ void setRadioIcons(std::vector<iconPropertyBlinking> *iconList)
666
666
if (present.display_type == DISPLAY_64x48)
667
667
{
668
668
// There are three spots for icons in the Wireless area, left/center/right
669
- // There are three radios that could be active: Bluetooth (always indicated), WiFi (if enabled), ESP-Now (if
669
+ // There are three radios that could be active: Bluetooth (always indicated), WiFi (if enabled), ESP-NOW (if
670
670
// enabled) Because of lack of space we will indicate the Base/Rover if only two radios or less are active
671
671
//
672
672
// Top left corner - Radio icon indicators take three spots (left/center/right)
673
673
// Allowed icon combinations:
674
674
// Bluetooth + Rover/Base
675
675
// WiFi + Bluetooth + Rover/Base
676
- // ESP-Now + Bluetooth + Rover/Base
677
- // ESP-Now + Bluetooth + WiFi
676
+ // ESP-NOW + Bluetooth + Rover/Base
677
+ // ESP-NOW + Bluetooth + WiFi
678
678
679
679
// Count the number of radios in use
680
680
uint8_t numberOfRadios = 1 ; // Bluetooth always indicated.
@@ -3091,14 +3091,14 @@ void paintKeyProvisionFail(uint16_t displayTime)
3091
3091
}
3092
3092
}
3093
3093
3094
- // Show screen while ESP-Now is pairing
3094
+ // Show screen while ESP-NOW is pairing
3095
3095
void paintEspNowPairing ()
3096
3096
{
3097
- displayMessage (" ESP-Now Pairing" , 0 );
3097
+ displayMessage (" ESP-NOW Pairing" , 0 );
3098
3098
}
3099
3099
void paintEspNowPaired ()
3100
3100
{
3101
- displayMessage (" ESP-Now Paired" , 2000 );
3101
+ displayMessage (" ESP-NOW Paired" , 2000 );
3102
3102
}
3103
3103
3104
3104
void displayNtpStart (uint16_t displayTime)
0 commit comments