Files
squeezelite-esp32/components/telnet/telnet.h
Philippe G ada74ab127 telnet & http server send command to stdin of console
The NVS commands must be executed using an internal stack, so push all keyboard-like inputs to the console
2021-11-24 23:15:13 -08:00

4 lines
60 B
C

void init_telnet();
void start_telnet(void * pvParameter);