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/0654c1d0382b1dca4a7c8328c2caaacf6d543cb1/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
|
|
|