Hi,
I’m working on a ConnectME application with NetOS 7.5.
I want to disable the NetOS’s telnet function, but I didn’t found which option to do this.
Do I need modify some setting or code in BSP ?
Thanks
Jiaxin
Hi,
I’m working on a ConnectME application with NetOS 7.5.
I want to disable the NetOS’s telnet function, but I didn’t found which option to do this.
Do I need modify some setting or code in BSP ?
Thanks
Jiaxin
change to false:
#define BSP_CLI_TELNET_ENABLE TRUE
in bsp_cli.h
Hi LeonidM,
I tried this, telnet is disabled, but my application’s web page do not work.
Also the UDP function do not work.
Is this the result of telnet disable.
Thanks
jiaxin