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

@ -65,7 +65,8 @@ bool start_camera() {
Serial2.setTX(8);
delay(100);
// Serial2.begin(115200);
Serial2.begin(57600);
// Serial2.begin(57600);
Serial2.begin(38400);
#ifdef GET_IMAGE_DEBUG
Serial.println("Started Serial2 to camera v0.1");
#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.