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

6 lines
85 B

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