Files
WLED_MM_Infinity/wled00/file.cpp
Frank Möhle e0ad3c4638 robustness improvement: rewind file before writing empty JSON skeleton
prevents creating corrupted JSON
if the previous file content was ``{}``, the result would be ``{"0":{}}`` if the file position is not reset first.
2026-04-05 22:01:33 +02:00

21 KiB