Add revpi-connect-4 to RPi variants

We need the supervisor to be able to manage config.txt changes for the
RevPi Connect 4.

Change-type: patch
Signed-off-by: Shreya Patel <shreya@dynamicdevices.co.uk>
This commit is contained in:
Shreya Patel 2024-03-27 10:53:02 +00:00
parent 14e91779f4
commit b5dbef82d7

View File

@ -101,6 +101,7 @@ export class ConfigTxt extends ConfigBackend {
'revpi-connect',
'revpi-connect-s',
'revpi-core-3',
'revpi-connect-4',
].includes(deviceType) || deviceType.startsWith('raspberry')
);
}