fixup! working

This commit is contained in:
Jonas Rabenstein 2025-12-27 20:39:13 +01:00
commit 869cf85ff9

View file

@ -28,7 +28,7 @@ Whitening::use(bool encode, const LUT &lut, State state, std::span<uint8_t> byte
}
if (log)
ESP_LOGV(TAG, "%s: output: %s", encode ? "encode" : "decode",
ESP_LOGV(TAG, "%s: output: (%02hhX) %s", encode ? "encode" : "decode", state,
format_hex_pretty(&bytes[0], bytes.size()).c_str());
else
ESP_LOGVV(TAG, "%s: output: %s", encode ? "encode" : "decode",