We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5de48f4 commit 70c5103Copy full SHA for 70c5103
README.md
@@ -81,7 +81,7 @@ pio pkg install --library "hpsaturn/ESPNowCam@^0.1.13"
81
ESPNowCam radio;
82
83
radio.init();
84
-radio.sendData(out_jpg, out_jpg_len);
+radio.sendData(data, data_len);
85
```
86
87
[full sender implementaton example](https://github.com/hpsaturn/ESPNowCam/blob/master/examples/xiao-espnow-sender/xiao-espnow-sender.cpp)
0 commit comments