Skip to content

Commit c139f3d

Browse files
committed
fixed version number on installation section. Added video demo
1 parent 04b3081 commit c139f3d

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ The current version was tested with the next cameras:
5151
Add the following line to the lib_deps option of your [env:] section:
5252

5353
```python
54-
hpsaturn/EspNowCam@^0.1.13
54+
hpsaturn/EspNowCam@^0.1.17
5555
```
5656

5757
Or via command line:
5858

5959
```python
60-
pio pkg install --library "hpsaturn/ESPNowCam@^0.1.13"
60+
pio pkg install --library "hpsaturn/ESPNowCam@^0.1.17"
6161
```
6262

6363
**Arduino IDE**:
@@ -186,10 +186,13 @@ Some examples are for Arduino users (*.ino samples), but is possible too compile
186186

187187
### Camera CLI
188188

189-
Also I'm working in a complete Camera configurator and test suite for this library and also other features around the ESP Cameras. It is a project in progress, but you are able to configure and test all ESPNowCam features more easy using a CLI and manager that runs into the Camera:
189+
Also I'm working in a complete Camera configurator and test suite for this library and also other features around the ESP Cameras. It is a project in progress, but you are able to configure and test all ESPNowCam features more easy using a [CLI and manager](https://github.com/hpsaturn/esp32-camera-cli) that runs into the Camera:
190190

191-
![ESP32 Camera CLI](pictures/esp32_camera_cli_preview.jpg)
192-
more [here](https://github.com/hpsaturn/esp32-camera-cli).
191+
[![ESP32 Camera CLI](https://raw.githubusercontent.com/hpsaturn/ESPNowCam/refs/heads/master/pictures/esp32_camera_cli_preview.jpg)](https://github.com/hpsaturn/esp32-camera-cli)
192+
193+
[![ESP32 Camera CLI Demo](https://img.youtube.com/vi/ibuKil7jjsg/maxresdefault.jpg)](https://youtu.be/ibuKil7jjsg)
194+
195+
[video demo](https://youtu.be/ibuKil7jjsg)
193196

194197
## Troubleshooting
195198

0 commit comments

Comments
 (0)