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