Change PM5 serial to comply with C2 standards

The PM5 serial number should start with "43" (in line with consistent HW
and SW revision)
This commit is contained in:
Abász 2023-02-12 22:55:26 +01:00
parent 3f129ceec2
commit aa3b39f86a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Some PM5 specific constants
*/
export const PeripheralConstants = {
serial: '123456789',
serial: '431234567',
model: 'PM5',
name: 'PM5 123456789 Row',
hardwareRevision: '907',