feat(drivers): silence TMP102 driver startup (#26776)

This commit is contained in:
Nick 2026-03-18 06:15:30 +01:00 committed by GitHub
parent 45edfc1830
commit 5b1a0e7236
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -238,7 +238,7 @@ then
fi
# Start TMP102 temperature sensor
if param compare SENS_EN_TMP102 1
if param compare -s SENS_EN_TMP102 1
then
tmp102 start -X
fi