small string corrections

pull/5/head^2
Piotr Wilkon 2021-10-19 19:39:00 +02:00
rodzic 17093802a2
commit c9126bb471
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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);