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

8 lines
112 B

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