Files
IoTManager/include/HttpServer.h

10 lines
100 B
C
Raw Normal View History

2020-09-02 22:34:49 +03:00
#pragma once
#include "Global.h"
namespace HttpServer {
void init();
} // namespace HttpServer