Fernando Vilmar Palha

Results 5 issues of Fernando Vilmar Palha

Hi, someone made a bridge (TCP Serial) with Sming 3.3.0 ?

Hi. Any suggestion ? [Example spiffs - Error mount SPIFFS](https://github.com/SuperHouse/esp-open-rtos/issues/442)

Added a config tcp port (21) for AT commands. Default telnet port (23) is a transparent bridge to UART0.

Hi. The [http://d.av.id.au/](http://d.av.id.au/) address is not accessible. Where I can find documentation and examples?

Hi @raburton With this tiny change is possible define the host and the port of server. A sample code: ``` void config_cmd_ota(uint8_t argc, char *argv[]) { char msg[50]; char *val;...