Files
IoTManager/include/HttpServer.h

11 lines
115 B
C
Raw Normal View History

2021-10-05 19:21:52 +08:00
#pragma once
#include "Global.h"
namespace HttpServer {
2021-12-05 00:50:52 +01:00
void initWS();
2021-10-05 19:21:52 +08:00
void init();
} // namespace HttpServer