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

9 lines
105 B

#ifndef STATUS_H
#define STATUS_H
void statusWifiUpdate(uint8_t state);
void statusInit(void);
#endif