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

7 lines
85 B

#ifndef SLIP_H
#define SLIP_H
void slip_parse_buf(char *buf, short length);
#endif