Files
IoTManager/include/HttpServer.h

10 lines
100 B
C
Raw Normal View History

2020-07-26 23:48:19 +02:00
#pragma once
#include "Global.h"
namespace HttpServer {
void init();
} // namespace HttpServer