Add revpi-connect-s to Raspberry Pi variants

We need the supervisor to be able to manage config.txt changes for the
Revolution Pi Connect S.

Change-type: patch
Signed-off-by: Florin Sarbu <florin@balena.io>
This commit is contained in:
Florin Sarbu 2023-07-05 13:53:04 +02:00
parent f905c80a40
commit 8d2b310af8

View File

@ -54,6 +54,7 @@ export class ConfigTxt extends ConfigBackend {
'243390-rpi3',
'nebra-hnt',
'revpi-connect',
'revpi-connect-s',
'revpi-core-3',
].includes(deviceType) || deviceType.startsWith('raspberry')
);