Skip to content

Commit daab4ad

Browse files
committed
fixed issue on supported devices section.
1 parent fb889b6 commit daab4ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The current version tested with the next cameras:
2727
| M5UnitCamS3 | QVGA | 12 | ~9 FPS | STABLE |
2828
| XIAO ESP32S3 | QVGA | 12 | ~9 FPS | STABLE |
2929

30-
[full list of senders and receivers devices](#)
30+
[Full list of senders and receivers devices supported](#supported-devices)
3131

3232
## Library installation
3333

@@ -36,7 +36,7 @@ The current version tested with the next cameras:
3636
Add the following line to the lib_deps option of your [env:] section:
3737

3838
```python
39-
hpsaturn/EspNowCam@^0.1.6
39+
hpsaturn/EspNowCam@^0.1.10
4040
```
4141

4242
Or via command line:
@@ -165,7 +165,7 @@ Some examples, *.ino samples, only needs run `pio run --target upload` into each
165165

166166
## ESPNow Transmitter and Receiver
167167

168-
The last version has many improvements, and right now is very stable. For now, it supports one transmitter and multiple receivers in real time using broadcast, and also P2P connections using MAC address. Could works multiple sources to one receiver using an ID for each source
168+
The last version has many improvements, and right now is very stable. For now, it supports one transmitter and multiple receivers in real time using broadcast, and also P2P connections using MAC address. Could works multiple sources to one receiver using an ID for each source.
169169

170170
[![ESPNow Camera Video](https://raw.githubusercontent.com/hpsaturn/esp32s3-cam/master/pictures/espnow_video.gif)](https://youtu.be/zXIzP1TGlpA)
171171
[[video]](https://youtu.be/zXIzP1TGlpA)

0 commit comments

Comments
 (0)