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/7b722c43141417df82f0baea7afda4e2d922a822/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 |