Update esp32_camera.rst

This commit is contained in:
Evgeny 2023-05-20 20:53:55 +02:00 committed by GitHub
parent 17ae77fa1e
commit 576f771926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ 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.
.. code-block:: yaml
# Example of how to encode data
esp32_camera:
...