From c9126bb4713bd570f85d26e53569092764550677 Mon Sep 17 00:00:00 2001 From: Piotr Wilkon Date: Tue, 19 Oct 2021 19:39:00 +0200 Subject: [PATCH] small string corrections --- Src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Src/main.c b/Src/main.c index b687e41..21c6334 100644 --- a/Src/main.c +++ b/Src/main.c @@ -168,7 +168,7 @@ void handleFrame(void) if(ax25.sLvl > 100) { - term_sendMonitor((uint8_t*)"\r\nInput level too high! Please reduce so most stations are around 50-70\%.\r\n", 0); + term_sendMonitor((uint8_t*)"\r\nInput level too high! Please reduce so most stations are around 50-70%.\r\n", 0); } if(ax25.sLvl < 10) @@ -198,7 +198,7 @@ void handleFrame(void) term_sendMonitor(t, 3); term_sendMonitor((uint8_t*)"], signal level ", 0); term_sendMonitorNumber(ax25.sLvl); - term_sendMonitor((uint8_t*)"\%: ", 0); + term_sendMonitor((uint8_t*)"%: ", 0); term_sendMonitor(bufto, 0); term_sendMonitor((uint8_t*)"\r\n", 0);