Files
IoTManager/include/HttpServer.h

10 lines
100 B
C
Raw Normal View History

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