From 756b6a15cd6bf3a4f984e63255c326e70454b8a6 Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Dec 2022 08:15:43 -0500 Subject: [PATCH] remove Serial2 setup --- cubesatsim/play_pwm.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cubesatsim/play_pwm.cpp b/cubesatsim/play_pwm.cpp index 2ea6ef82..15ab13fb 100644 --- a/cubesatsim/play_pwm.cpp +++ b/cubesatsim/play_pwm.cpp @@ -318,12 +318,13 @@ void play_pwm_from_file(int dds_pwm_pin) { */ bool get_pwm_file() { - + /* Serial2.setRX(9); delay(100); Serial2.setTX(8); delay(100); Serial2.begin(115200); +*/ #ifdef GET_DEBUG Serial.println("Started Serial2 to PWM File v0.1"); #endif