@@ -258,7 +258,7 @@ class Uart {
Uart &operator<<(const void *val)
{
txString(F("0x"));
txNumber<uint16_t, 16>(reinterpret_cast<uint16_t>(val));
txNumber<uint16_t, 16, 4, '0', false>(reinterpret_cast<uint16_t>(val));
return *this;
}
The note is not visible to the blocked user.