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