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

11 lines
205 B

#ifndef CONSOLE_H
#define CONSOLE_H
#include "httpd.h"
void consoleInit(void);
void ICACHE_FLASH_ATTR console_uart(bool enable);
int tplConsole(HttpdConnData *connData, char *token, void **arg);
#endif