Skip to content

Commit

Permalink
Update targets.py to add WATER_LEAK_DETECTOR
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Oct 2, 2024
1 parent 6dd7fc6 commit 7040377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/build/build/targets.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ def BuildHostTarget():
TargetPart('air-quality-sensor', app=HostApp.AIR_QUALITY_SENSOR),
TargetPart('network-manager', app=HostApp.NETWORK_MANAGER),
TargetPart('energy-management', app=HostApp.ENERGY_MANAGEMENT),
TargetPart('water-leak-detector', app=HostApp.WATER_LEAK_DETECTOR),
]

if (HostBoard.NATIVE.PlatformName() == 'darwin'):
Expand Down

0 comments on commit 7040377

Please sign in to comment.