Skip to content

Commit 7040377

Browse files
authored
Update targets.py to add WATER_LEAK_DETECTOR
1 parent 6dd7fc6 commit 7040377

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build/build/targets.py

+1
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ def BuildHostTarget():
146146
TargetPart('air-quality-sensor', app=HostApp.AIR_QUALITY_SENSOR),
147147
TargetPart('network-manager', app=HostApp.NETWORK_MANAGER),
148148
TargetPart('energy-management', app=HostApp.ENERGY_MANAGEMENT),
149+
TargetPart('water-leak-detector', app=HostApp.WATER_LEAK_DETECTOR),
149150
]
150151

151152
if (HostBoard.NATIVE.PlatformName() == 'darwin'):

0 commit comments

Comments
 (0)