added header for base64 encode decode

This commit is contained in:
Bogdan Pilyugin 2024-03-12 20:09:21 +02:00
parent c32accd232
commit 086e919e23

View File

@ -24,6 +24,7 @@
#include <SysConfiguration.h>
#include <webguiapp.h>
#include "esp_vfs.h"
#include "mbedtls/base64.h"
#define TAG "RAW_MEM_API"