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/2a8f7583ea8368b2afc1b79c7439801735cb8744/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
|
|
|