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

10 lines
185 B

#ifndef LOG_H
#define LOG_H
#include "httpd.h"
void logInit(void);
void ICACHE_FLASH_ATTR log_uart(bool enable);
int tplLog(HttpdConnData *connData, char *token, void **arg);
#endif