From ba9f43d0bbcd2f31069d15f839539a51cc8ee197 Mon Sep 17 00:00:00 2001 From: WillB97 Date: Tue, 6 Aug 2024 08:29:47 +0100 Subject: [PATCH] Remove extra newline --- src/src.ino | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/src.ino b/src/src.ino index 27befc5..cfd19fd 100644 --- a/src/src.ino +++ b/src/src.ino @@ -133,7 +133,6 @@ void processCommand() { } else { Serial.print("NACK:Digital write is not supported in INPUT_PULLUP\n"); } - Serial.print("\n"); return; } if (current_arg.equals("1")) { @@ -163,7 +162,6 @@ void processCommand() { } else { Serial.print("NACK:Analog read is not supported in INPUT_PULLUP\n"); } - Serial.print("\n"); return; } Serial.print(analogRead(pin));