Browse Source

Merge branch 'dev' of https://github.com/sq8vps/vp-digi into dev

pull
pull/5/head
Piotr Wilkon 4 years ago
parent
commit
52133c1a45
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      Src/main.c

+ 2
- 2
Src/main.c View File

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


Loading…
Cancel
Save