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/4463ed6ddd8b97256cb35e97858fa459e9f3f57e/user/cgipins.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef CGIPINS_H
|
|
#define CGIPINS_H
|
|
|
|
#include "httpd.h"
|
|
|
|
int cgiPins(HttpdConnData *connData);
|
|
int8_t pin_reset, pin_isp, pin_conn, pin_ser;
|
|
|
|
#endif
|
|
|