ESPTerm - ESP8266 terminal emulator. Branches: [master] patches, [work] next release
espterm-firmware/user/routes.h

13 lines
204 B

#ifndef ROUTES_H
#define ROUTES_H
#include <esp8266.h>
#include <httpd.h>
extern const HttpdBuiltInUrl routes[];
/** Broadcast screen state to sockets */
void screen_notifyChange();
#endif //ROUTES_H