Skip to content

Commit 12df78f

Browse files
committed
Fix [ESP110] help
1 parent 7ebdc92 commit 12df78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp3d/src/core/espcmd/ESP0.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const char * help[]= {"[ESP] - display this help",
4040
"[ESP108](Chanel) - display/set AP chanel",
4141
#endif //WIFI_FEATURE
4242
#if defined( WIFI_FEATURE) || defined( BLUETOOTH_FEATURE) || defined (ETH_FEATURE)
43-
"[ESP110](State) - display/set radio state which can be BT, STA, AP, OFF",
43+
"[ESP110](State) - display/set radio state which can be BT, WIFI-STA, WIFI-AP, ETH-STA, OFF",
4444
#endif // WIFI_FEATURE || BLUETOOTH_FEATURE || ETH_FEATURE
4545
#if defined( WIFI_FEATURE) || defined (ETH_FEATURE)
4646
"[ESP111](header)display current IP",

0 commit comments

Comments
 (0)