Update components/esp32_camera.rst

Co-authored-by: Stefan Rado <github@kroimon.de>
This commit is contained in:
Evgeny 2023-05-21 17:59:48 +02:00 committed by GitHub
parent 576f771926
commit 76060774f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ Test Setting:
Base64 encode/decode
--------------------
There are a helper functions which can decode or encode raw image data to base64 string. So it can be sent over MQTT or other protocols.
There are helper functions available which can encode or decode raw image data into Base64 strings and vice versa. This can be useful to sent images over MQTT or other protocols.
.. code-block:: yaml