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/dc48a35f867afb5327f7b3005fee69c951530337/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);
|
|
int cgiTest(HttpdConnData *connData);
|
|
|
|
#endif |