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/25ef0e15783b212e9d79cf3e8a30acbf7fdca1a0/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
|
|
|