You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,13 @@ The current version was tested with the next cameras:
51
51
Add the following line to the lib_deps option of your [env:] section:
52
52
53
53
```python
54
-
hpsaturn/EspNowCam@^0.1.13
54
+
hpsaturn/EspNowCam@^0.1.17
55
55
```
56
56
57
57
Or via command line:
58
58
59
59
```python
60
-
pio pkg install --library "hpsaturn/ESPNowCam@^0.1.13"
60
+
pio pkg install --library "hpsaturn/ESPNowCam@^0.1.17"
61
61
```
62
62
63
63
**Arduino IDE**:
@@ -186,10 +186,13 @@ Some examples are for Arduino users (*.ino samples), but is possible too compile
186
186
187
187
### Camera CLI
188
188
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:
190
190
191
-

192
-
more [here](https://github.com/hpsaturn/esp32-camera-cli).
191
+
[](https://github.com/hpsaturn/esp32-camera-cli)
192
+
193
+
[](https://youtu.be/ibuKil7jjsg)
0 commit comments