Skip to content

Commit 70c5103

Browse files
authored
changed to general syntax for usage section
1 parent 5de48f4 commit 70c5103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ pio pkg install --library "hpsaturn/ESPNowCam@^0.1.13"
8181
ESPNowCam radio;
8282

8383
radio.init();
84-
radio.sendData(out_jpg, out_jpg_len);
84+
radio.sendData(data, data_len);
8585
```
8686

8787
[full sender implementaton example](https://github.com/hpsaturn/ESPNowCam/blob/master/examples/xiao-espnow-sender/xiao-espnow-sender.cpp)

0 commit comments

Comments
 (0)