diff --git a/esp3d/src/core/espcmd/ESP0.cpp b/esp3d/src/core/espcmd/ESP0.cpp index ac97691f..95f659bc 100644 --- a/esp3d/src/core/espcmd/ESP0.cpp +++ b/esp3d/src/core/espcmd/ESP0.cpp @@ -40,7 +40,7 @@ const char * help[]= {"[ESP] - display this help", "[ESP108](Chanel) - display/set AP chanel", #endif //WIFI_FEATURE #if defined( WIFI_FEATURE) || defined( BLUETOOTH_FEATURE) || defined (ETH_FEATURE) - "[ESP110](State) - display/set radio state which can be BT, STA, AP, OFF", + "[ESP110](State) - display/set radio state which can be BT, WIFI-STA, WIFI-AP, ETH-STA, OFF", #endif // WIFI_FEATURE || BLUETOOTH_FEATURE || ETH_FEATURE #if defined( WIFI_FEATURE) || defined (ETH_FEATURE) "[ESP111](header)display current IP",