From 7cd150b80563d9c32864c4c0a3691f7d53cb6d07 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 9 Dec 2022 13:53:19 -0500 Subject: [PATCH] add 35 second delay to start --- .../esp32-cam-send-jpeg-serial/esp32-cam-send-jpeg-serial.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cubesatsim/esp32-cam-send-jpeg-serial/esp32-cam-send-jpeg-serial.ino b/cubesatsim/esp32-cam-send-jpeg-serial/esp32-cam-send-jpeg-serial.ino index 58065563..0920f663 100644 --- a/cubesatsim/esp32-cam-send-jpeg-serial/esp32-cam-send-jpeg-serial.ino +++ b/cubesatsim/esp32-cam-send-jpeg-serial/esp32-cam-send-jpeg-serial.ino @@ -177,7 +177,7 @@ void deleteFile(fs::FS &fs, const char * path) { void setup() { - delay(5000); + delay(35000); // #define uS_TO_S_FACTOR 1000000ULL /* Conversion factor for micro seconds to seconds */ // #define TIME_TO_SLEEP 10 /* Time ESP32 will go to sleep (in seconds) */