[Pager] Fixed long prints

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

View file

@ -498,7 +498,7 @@ uint32_t PagerClient::read() {
codeWord = ~codeWord;
}
RADIOLIB_VERBOSE_PRINTLN("R\t%X", codeWord);
RADIOLIB_VERBOSE_PRINTLN("R\t%lX", codeWord);
// TODO BCH error correction here
return(codeWord);
}