intelliflash: correct variable typo (#14486)

* intelliflash: correct variable typo

* Update intelliflash.json
This commit is contained in:
Jellyfrog 2022-10-20 22:49:46 +02:00 committed by GitHub
parent da8befca06
commit 56d0c7af19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -50,7 +50,7 @@ if ($device['os'] == 'intelliflash') {
$pdsh = ($storage['projectDataSizeHigh'] << 32);
$pdsl = ($storage['projectDataSizeLow']);
$pdst = (($pdsh + $pdsl) * $units);
$pfsh = ($storae['projectFreeSizeHigh'] << 32);
$pfsh = ($storage['projectFreeSizeHigh'] << 32);
$pfsl = ($storage['projectFreeSizeLow']);
$pfst = (($pfsh + $pfsl) * $units);
//Tegile uses a high 32bit counter and a low 32bit counter to make a 64bit counter. Storage units are in bytes.

View File

@ -67,7 +67,7 @@
"storage_index": "3.1",
"storage_type": "1",
"storage_descr": "fileserver",
"storage_size": 6352124462592,
"storage_size": 21878431237632,
"storage_units": 1,
"storage_used": 6347866291712,
"storage_free": 0,
@ -80,7 +80,7 @@
"storage_index": "3.2",
"storage_type": "1",
"storage_descr": "servers",
"storage_size": 2940800152064,
"storage_size": 18467106927104,
"storage_units": 1,
"storage_used": 2936541981184,
"storage_free": 0,
@ -93,7 +93,7 @@
"storage_index": "3.3",
"storage_type": "1",
"storage_descr": "Backups",
"storage_size": 4258197504,
"storage_size": 15530564972544,
"storage_units": 1,
"storage_used": 26624,
"storage_free": 0,