Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/src/commit/a4d9c6fb0cd4e34afe31a6da8ef94b6833063149/user/cgi.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef CGI_H
|
|
#define CGI_H
|
|
|
|
#include "httpd.h"
|
|
|
|
int cgiLed(HttpdConnData *connData);
|
|
void tplLed(HttpdConnData *connData, char *token, void **arg);
|
|
int cgiReadFlash(HttpdConnData *connData);
|
|
void tplCounter(HttpdConnData *connData, char *token, void **arg);
|
|
|
|
#endif |