From 61f5737df2f35792e8b533a44afe1e747b58b8d1 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 22 Nov 2025 12:58:07 +0000 Subject: [PATCH] Remove MB suffix --- wled00/data/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wled00/data/index.js b/wled00/data/index.js index f09bf0f1..c77f1bfb 100644 --- a/wled00/data/index.js +++ b/wled00/data/index.js @@ -3437,7 +3437,7 @@ function reportUpgradeEvent(info, oldVersion, newVersion) { bootloaderSHA256: infoData.bootloaderSHA256 || '', // Bootloader SHA256 hash brand: infoData.brand, // Device brand (always present) product: infoData.product, // Product name (always present) - flashSize: infoData.flash + 'MB' // Flash size (always present) + flashSize: infoData.flash // Flash size (always present) }; // Add optional fields if available