diff --git a/src/protocols/Pager/Pager.cpp b/src/protocols/Pager/Pager.cpp index 006f5e81..fafade1f 100644 --- a/src/protocols/Pager/Pager.cpp +++ b/src/protocols/Pager/Pager.cpp @@ -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); }