fixup! working

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

View file

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