Merge branch 'release/0.9.0'

This commit is contained in:
jwu-fisker
2023-05-19 16:44:35 -07:00
2 changed files with 3 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ const tableColumns = [
label: "Boot Loader", label: "Boot Loader",
}, },
{ {
id: "config", id: "code_data_string",
label: "Config", label: "Config",
}, },
{ {

View File

@@ -41,12 +41,12 @@ const ecusData = [
supplier_sw_version: "SUPPLIER_SW_VERSION", supplier_sw_version: "SUPPLIER_SW_VERSION",
serial_number: "SERIAL_NUMBER", serial_number: "SERIAL_NUMBER",
boot_loader_version: "BOOT_LOADER", boot_loader_version: "BOOT_LOADER",
config: "CONFIG", code_data_string: "CONFIG",
fingerprint: "FINGERPRINT", fingerprint: "FINGERPRINT",
updated: "2021-07-14T20:09:40.98187Z", updated: "2021-07-14T20:09:40.98187Z",
}, },
{ {
config: "CONFIG", code_data_string: "CONFIG",
created: "2021-07-14T20:09:40.98187Z", created: "2021-07-14T20:09:40.98187Z",
ecu: "ECUB", ecu: "ECUB",
hw_version: "HWVERSION", hw_version: "HWVERSION",