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/8f4e4f67b843c234e47dcc8a5c4b44c574d66527/serial/console.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef CONSOLE_H
|
|
#define CONSOLE_H
|
|
|
|
#include "httpd.h"
|
|
|
|
void consoleInit(void);
|
|
void ICACHE_FLASH_ATTR console_write_char(char c);
|
|
int tplConsole(HttpdConnData *connData, char *token, void **arg);
|
|
|
|
#endif
|
|
|