@@ -666,15 +666,15 @@ void setRadioIcons(std::vector<iconPropertyBlinking> *iconList)
666666 if (present.display_type == DISPLAY_64x48)
667667 {
668668 // 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
670670 // enabled) Because of lack of space we will indicate the Base/Rover if only two radios or less are active
671671 //
672672 // Top left corner - Radio icon indicators take three spots (left/center/right)
673673 // Allowed icon combinations:
674674 // Bluetooth + Rover/Base
675675 // 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
678678
679679 // Count the number of radios in use
680680 uint8_t numberOfRadios = 1 ; // Bluetooth always indicated.
@@ -3091,14 +3091,14 @@ void paintKeyProvisionFail(uint16_t displayTime)
30913091 }
30923092}
30933093
3094- // Show screen while ESP-Now is pairing
3094+ // Show screen while ESP-NOW is pairing
30953095void paintEspNowPairing ()
30963096{
3097- displayMessage (" ESP-Now Pairing" , 0 );
3097+ displayMessage (" ESP-NOW Pairing" , 0 );
30983098}
30993099void paintEspNowPaired ()
31003100{
3101- displayMessage (" ESP-Now Paired" , 2000 );
3101+ displayMessage (" ESP-NOW Paired" , 2000 );
31023102}
31033103
31043104void displayNtpStart (uint16_t displayTime)
0 commit comments