mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 22:22:16 +03:00
12 lines
232 B
C
12 lines
232 B
C
#pragma once
|
|
|
|
#include "Global.h"
|
|
|
|
extern void initOta();
|
|
extern void initMDNS();
|
|
|
|
extern void HttpServerinitWS();
|
|
extern void HttpServerinit();
|
|
|
|
//===========web sockets==============================
|
|
extern void sendEspSetupToWS(); |