From 52071116d2be8d50b1019f9e191dbd338f3c5d20 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Fri, 9 Dec 2022 09:46:07 -0500 Subject: [PATCH] changed Serial1 back to 115200 for payload - changed by mistake --- cubesatsim/cubesatsim.ino | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 30ce54f5..060065c8 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -86,7 +86,7 @@ void setup() { set_sys_clock_khz(133000, true); - Serial.begin(57600); + Serial.begin(115200); delay(5000); @@ -2490,8 +2490,7 @@ void print_string(char *string) void start_payload() { -// Serial1.begin(115200); // Pi UART faster speed - Serial1.begin(57600); // Pi UART faster speed + Serial1.begin(115200); // Pi UART faster speed Serial.println("Starting payload!");