Skip to content

Commit c35768f

Browse files
committed
WiFi: Change "WiFi" to "WiFi Station" in networkInterfaceTable
1 parent 88a5621 commit c35768f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Firmware/RTK_Everywhere/settings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1886,7 +1886,7 @@ const NETWORK_TABLE_ENTRY networkInterfaceTable[] =
18861886
#endif // COMPILE_ETHERNET
18871887

18881888
#ifdef COMPILE_WIFI
1889-
{&WiFi.STA, true, NETWORK_WIFI_STATION, PD_WIFI_STATE, nullptr, wifiStartSequence, wifiStopSequence, "WiFi", nullptr},
1889+
{&WiFi.STA, true, NETWORK_WIFI_STATION, PD_WIFI_STATE, nullptr, nullptr, nullptr, "WiFi Station", nullptr},
18901890
#else
18911891
{nullptr, false, NETWORK_WIFI_STATION, PD_WIFI_STATE, nullptr, nullptr, nullptr, "WiFi-NotCompiled", nullptr},
18921892
#endif // COMPILE_WIFI

0 commit comments

Comments
 (0)