mirror of
https://github.com/balena-os/balena-supervisor.git
synced 2025-01-31 00:23:57 +00:00
Merge pull request #1621 from balena-io/nebra-hnt
Add nebra-hnt to raspberry pi variants
This commit is contained in:
commit
752a51b314
@ -52,8 +52,9 @@ export class ConfigTxt extends ConfigBackend {
|
||||
|
||||
public async matches(deviceType: string): Promise<boolean> {
|
||||
return (
|
||||
['fincm3', 'rt-rpi-300', '243390-rpi3'].includes(deviceType) ||
|
||||
deviceType.startsWith('raspberry')
|
||||
['fincm3', 'rt-rpi-300', '243390-rpi3', 'nebra-hnt'].includes(
|
||||
deviceType,
|
||||
) || deviceType.startsWith('raspberry')
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user