mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
новая система отправки файла в сокеты
This commit is contained in:
@@ -20,4 +20,9 @@ extern void webSocketEvent(uint8_t num, WStype_t type, uint8_t* payload, size_t
|
||||
#ifdef ESP32
|
||||
extern void hexdump(const void* mem, uint32_t len, uint8_t cols);
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void sendFileToWs(const String& filename, uint8_t num);
|
||||
void sendFileToWs2(const String& filename, uint8_t num);
|
||||
void sendFileToWs3(const String& filename, uint8_t num);
|
||||
void sendFileToWs4(const String& filename, uint8_t num);
|
||||
Reference in New Issue
Block a user