Skip to content

Commit

Permalink
Tips for adding camera examples
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinyu-Zhao authored Nov 7, 2024
1 parent 52dd1b4 commit 5b7f946
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/Basics/camera/camera.ino
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
*
* @Hardwares: M5AtomS3R Cam
* @Platform Version: Arduino M5Stack Board Manager v2.1.2
* @Notes: Remember to turn on PSRAM, otherwise the camera can't be initialized normally.
*/

#include "camera_pins.h"
Expand Down Expand Up @@ -203,4 +204,4 @@ client_exit:
}
client->stop();
Serial.printf("Image stream end\r\n");
}
}

1 comment on commit 5b7f946

@truedat101
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed, looks good.

Please sign in to comment.