Remove K suffix
This commit is contained in:
parent
61f5737df2
commit
17e91a7d2a
@ -3441,7 +3441,7 @@ function reportUpgradeEvent(info, oldVersion, newVersion) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
// Add optional fields if available
|
// 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
|
// Note: partitionSizes not currently available in /json/info endpoint
|
||||||
|
|
||||||
// Make AJAX call to postUpgradeEvent API
|
// Make AJAX call to postUpgradeEvent API
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user