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/e714be59158bf8bc0204b0b85dafa20a79d2cfd2/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
|