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

6 lines
128 B

#ifndef BASE64_H
#define BASE64_H
int base64_decode(size_t in_len, const char *in, size_t out_len, unsigned char *out);
#endif