Files
IoTManager/include/HttpServer.h

10 lines
100 B
C
Raw Normal View History

2021-01-04 00:39:35 +01:00
#pragma once
#include "Global.h"
namespace HttpServer {
void init();
} // namespace HttpServer