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

@ -184,7 +184,8 @@ void setup() {
// esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); // testing sleep // esp_sleep_enable_timer_wakeup(TIME_TO_SLEEP * uS_TO_S_FACTOR); // testing sleep
// Serial.begin(115200); // Serial.begin(115200);
Serial.begin(57600); // Serial.begin(57600);
Serial.begin(38400);
initialize_camera(); initialize_camera();

Loading…
Cancel
Save

Powered by TurnKey Linux.