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 7207501 commit f28efdaCopy full SHA for f28efda
examples/Camera/snapshot-camera/snapshot-camera.ino
@@ -89,7 +89,7 @@ bool onSnapshot(const String &deviceId) {
89
}
90
91
esp_camera_fb_return(fb);
92
- return result == 200;
+ return responseCode == 200;
93
94
95
bool onPowerState(const String &deviceId, bool &state) {
0 commit comments