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