[Morse] Fixed long prints
This commit is contained in:
parent
c93d6eff65
commit
a5edb9b1e6
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ int MorseClient::read(uint8_t* symbol, uint8_t* len, float low, float high) {
|
||||||
(*symbol) |= (RADIOLIB_MORSE_DASH << (*len));
|
(*symbol) |= (RADIOLIB_MORSE_DASH << (*len));
|
||||||
(*len)++;
|
(*len)++;
|
||||||
} else {
|
} else {
|
||||||
RADIOLIB_DEBUG_PRINTLN("<len=%dms>", signalLen);
|
RADIOLIB_DEBUG_PRINTLN("<len=%lums>", signalLen);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue