[Pager] Fixed long prints
This commit is contained in:
parent
a5edb9b1e6
commit
bb4a45e850
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ uint32_t PagerClient::read() {
|
||||||
codeWord = ~codeWord;
|
codeWord = ~codeWord;
|
||||||
}
|
}
|
||||||
|
|
||||||
RADIOLIB_VERBOSE_PRINTLN("R\t%X", codeWord);
|
RADIOLIB_VERBOSE_PRINTLN("R\t%lX", codeWord);
|
||||||
// TODO BCH error correction here
|
// TODO BCH error correction here
|
||||||
return(codeWord);
|
return(codeWord);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue