Skip to content

Commit 40d6aab

Browse files
committed
Merge branch 'main' of https://github.com/m5stack/M5AtomS3
2 parents 9cf5642 + 5b7f946 commit 40d6aab

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/Basics/camera/camera.ino

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
*
1414
* @Hardwares: M5AtomS3R Cam
1515
* @Platform Version: Arduino M5Stack Board Manager v2.1.2
16+
* @Notes: Remember to turn on PSRAM, otherwise the camera can't be initialized normally.
1617
*/
1718

1819
#include "camera_pins.h"
@@ -203,4 +204,4 @@ client_exit:
203204
}
204205
client->stop();
205206
Serial.printf("Image stream end\r\n");
206-
}
207+
}

0 commit comments

Comments
 (0)