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/f25557b9cf91b23cb13824fc0461a828a7fedddf/user/httpdespfs.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef HTTPDESPFS_H
|
|
#define HTTPDESPFS_H
|
|
|
|
#include "httpd.h"
|
|
#include "espfs.h"
|
|
|
|
int cgiEspFsHook(HttpdConnData *connData);
|
|
int ICACHE_FLASH_ATTR cgiEspFsTemplate(HttpdConnData *connData);
|
|
|
|
#endif |