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

8 lines
245 B

//Including the system-wide stdint.h messes stuff up... but I don't want to change heatshrink
//not to do it. Including this dummy file fixes it too, tho'.
#ifndef __ets__
//Do include stdint for testing builds.
#include_next <stdint.h>
#endif