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/657a16c75a6beef9162b07110f8ef7212f4ba182/user/log.h You should set ROOT_URL correctly, otherwise the web may not work correctly.
esp-link/user/log.h

11 lines
179 B

#ifndef LOG_H
#define LOG_H
#include "httpd.h"
void logInit(void);
void ICACHE_FLASH_ATTR log_uart(bool enable);
int ICACHE_FLASH_ATTR ajaxLog(HttpdConnData *connData);
#endif