Files
WLED_MM_Infinity/wled00/ota_update.cpp
Will Miles 75e1ade22f Use correct fix for SHA256 hash string
@coderabbitai caught the problem, but its fix suggestion was out to
lunch on this one.  Passing an unsigned char to String.concat() appends
it as a number instead of appending the character.

Instead, mask the unneceeded bits.
2026-03-22 14:43:20 +01:00

28 KiB