Remove MB suffix

This commit is contained in:
Will Tatam
2025-11-22 12:58:07 +00:00
parent 49a25af1f2
commit 61f5737df2

View File

@@ -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