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/0952d0a3c8cb10d3d55aa0ce36815604d12ccb83/httpd/base64.h
You should set ROOT_URL correctly, otherwise the web may not work correctly.
|
#ifndef BASE64_H
|
|
#define BASE64_H
|
|
|
|
int base64_decode(size_t in_len, const char *in, size_t out_len, unsigned char *out);
|
|
|
|
#endif |