Skip to content

Commit c39a340

Browse files
Make name consistent
1 parent dbfff20 commit c39a340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/WIFI/devWIFI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ static void HandleWebUpdate()
687687
strcpy(wifi_ap_ssid, "ExpressLRS TX Backpack");
688688
} else if (wifiService == WIFI_SERVICE_MAVLINK_TX) {
689689
// Generate a unique SSID using config.address as hex
690-
sprintf(wifi_ap_ssid, "ExpressLRS TX %02X%02X%02X",
690+
sprintf(wifi_ap_ssid, "ExpressLRS TX Backpack %02X%02X%02X",
691691
firmwareOptions.uid[3],
692692
firmwareOptions.uid[4],
693693
firmwareOptions.uid[5]

0 commit comments

Comments
 (0)