Remove K suffix

This commit is contained in:
Will Tatam
2025-11-22 13:02:06 +00:00
parent 61f5737df2
commit 17e91a7d2a

View File

@@ -3441,7 +3441,7 @@ function reportUpgradeEvent(info, oldVersion, newVersion) {
};
// Add optional fields if available
if (infoData.psram !== undefined) upgradeData.psramSize = infoData.psram + 'B';
if (infoData.psram !== undefined) upgradeData.psramSize = infoData.psram;
// Note: partitionSizes not currently available in /json/info endpoint
// Make AJAX call to postUpgradeEvent API