mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-18 18:56:24 +00:00
Merge pull request #1547 from balena-io/add-alliance-rpi
Add config.txt support for Alliance rpi3
This commit is contained in:
commit
8388df2392
@ -52,9 +52,8 @@ export class ConfigTxt extends ConfigBackend {
|
||||
|
||||
public async matches(deviceType: string): Promise<boolean> {
|
||||
return (
|
||||
deviceType.startsWith('raspberry') ||
|
||||
deviceType === 'fincm3' ||
|
||||
deviceType === 'rt-rpi-300'
|
||||
['fincm3', 'rt-rpi-300', '243390-rpi3'].includes(deviceType) ||
|
||||
deviceType.startsWith('raspberry')
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user