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:
parent
3f129ceec2
commit
aa3b39f86a
|
|
@ -5,7 +5,7 @@
|
|||
Some PM5 specific constants
|
||||
*/
|
||||
export const PeripheralConstants = {
|
||||
serial: '123456789',
|
||||
serial: '431234567',
|
||||
model: 'PM5',
|
||||
name: 'PM5 123456789 Row',
|
||||
hardwareRevision: '907',
|
||||
|
|
|
|||
Loading…
Reference in New Issue