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/f05bb652bb445d5d87f851ae7cfaa97fa97a7ed9/user/status.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef STATUS_H
|
|
#define STATUS_H
|
|
|
|
void statusWifiUpdate(uint8_t state);
|
|
void statusInit(void);
|
|
|
|
#endif
|
|
|
|
|