mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
adding telnet
This commit is contained in:
4
components/telnet/telnet.h
Normal file
4
components/telnet/telnet.h
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
void init_telnet();
|
||||
void start_telnet(void * pvParameter);
|
||||
void telnet_esp32_sendData(uint8_t *buffer, size_t size);
|
||||
Reference in New Issue
Block a user