add 35 second delay to start

pico-esp32-sstv
alanbjohnston 3 years ago committed by GitHub
parent 53f0b1141d
commit 7cd150b805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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) */

Loading…
Cancel
Save

Powered by TurnKey Linux.