Newer
Older
#pragma once
#include <WebServer.h>
extern WebServer restServer;
void initializeRoutes();
void identify(); // /idn
void notFound(); // 404
void restart(); // /restart
void sendSNMP(); // /send?output=on
#pragma once
#include <WebServer.h>
extern WebServer restServer;
void initializeRoutes();
void identify(); // /idn
void notFound(); // 404
void restart(); // /restart
void sendSNMP(); // /send?output=on