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/e3d150a6c5d8788960e636fe13835594dbd888bf/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() {
|
|
|
|
}
|
|
|