[Morse] Fixed long prints

This commit is contained in:
jgromes 2023-05-21 18:26:23 +02:00
parent c93d6eff65
commit a5edb9b1e6

View file

@ -104,7 +104,7 @@ int MorseClient::read(uint8_t* symbol, uint8_t* len, float low, float high) {
(*symbol) |= (RADIOLIB_MORSE_DASH << (*len));
(*len)++;
} else {
RADIOLIB_DEBUG_PRINTLN("<len=%dms>", signalLen);
RADIOLIB_DEBUG_PRINTLN("<len=%lums>", signalLen);
}
}