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/5c08f980dab9bdb2fc37bb10922f4847fbbdc3fa/user/user_main.c
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#include <esp8266.h>
|
|
#include <config.h>
|
|
|
|
// initialize the custom stuff that goes beyond esp-link
|
|
void app_init() {
|
|
|
|
}
|
|
|