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/65583e6af6b91cfe5b5b8ad3cb7c7a52a0ad1c55/serial/slip.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef SLIP_H
|
|
#define SLIP_H
|
|
|
|
void slip_parse_buf(char *buf, short length);
|
|
|
|
#endif
|
|
|