changed Serial2 to 57600

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

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

Loading…
Cancel
Save

Powered by TurnKey Linux.