From aa3b39f86ab00c0f745db43189aa78499c0b9d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ab=C3=A1sz?= <> Date: Sun, 12 Feb 2023 22:55:26 +0100 Subject: [PATCH] Change PM5 serial to comply with C2 standards The PM5 serial number should start with "43" (in line with consistent HW and SW revision) --- app/peripherals/PeripheralConstants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/peripherals/PeripheralConstants.js b/app/peripherals/PeripheralConstants.js index 3e1e136..89a82ff 100644 --- a/app/peripherals/PeripheralConstants.js +++ b/app/peripherals/PeripheralConstants.js @@ -5,7 +5,7 @@ Some PM5 specific constants */ export const PeripheralConstants = { - serial: '123456789', + serial: '431234567', model: 'PM5', name: 'PM5 123456789 Row', hardwareRevision: '907',