1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2026-08-18 10:22:31 +02:00

Fix for ImageDecoder.cpp

This commit is contained in:
Norbert Walter
2026-03-04 18:37:44 +00:00
parent c5533ab0ef
commit a17db389fb
3 changed files with 25 additions and 6 deletions
+1
View File
@@ -5,5 +5,6 @@
class ImageDecoder {
public:
bool decodeBase64(const char* base64, size_t base64Len, uint8_t* outBuffer, size_t outSize, size_t& decodedSize);
bool decodeBase64(const String& base64, uint8_t* outBuffer, size_t outSize, size_t& decodedSize);
};