mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-01-14 16:59:22 -05:00
* Added some changes to the DeviceInfo endpoint * Updated relevant code accordingly * Removed unneeded paths definitions * Minor bug fixes
25 lines
624 B
JSON
25 lines
624 B
JSON
{
|
|
"boot": {
|
|
"slots": {
|
|
"a": {
|
|
"bootable": true,
|
|
"successful": false,
|
|
"boot_attempts_left": "10",
|
|
"prefix" : "/system_a"
|
|
},
|
|
"b": {
|
|
"bootable": false,
|
|
"successful": false,
|
|
"boot_attempts_left": "10",
|
|
"prefix" : "/system_b"
|
|
},
|
|
"active": "a",
|
|
"boot_attempts_max": "10"
|
|
},
|
|
"os": "os.bin",
|
|
"recovery": "recovery.bin",
|
|
"bin_dir": "bin",
|
|
"update_dir": "/user/temp/update"
|
|
}
|
|
}
|