Files
IoTManager/include/HttpServer.h

9 lines
99 B
C
Raw Normal View History

2020-06-25 00:15:10 +03:00
#pragma once
#include "Global.h"
namespace HttpServer {
void init();
} // namespace HttpServer