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/a8b0da04c50211b7855305c1d486ab96863cb385/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 |