Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/esp-link/blame/commit/e971868f21b41c586401cc0588f58f54ff13590c/user/httpdespfs.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
esp-link/user/httpdespfs.h

10 lines
197 B

#ifndef HTTPDESPFS_H
#define HTTPDESPFS_H
#include "httpd.h"
#include "espfs.h"
int cgiEspFsHook(HttpdConnData *connData);
int ICACHE_FLASH_ATTR cgiEspFsTemplate(HttpdConnData *connData);
#endif