New test release, changed gyro read

This commit is contained in:
Magnus
2021-05-06 21:21:26 +02:00
parent 8d1048adeb
commit d0cd50dcd1
19 changed files with 85 additions and 84 deletions

View File

@ -67,7 +67,7 @@ void TempSensor::setup() {
mySensors.begin();
if( mySensors.getDS18Count() ) {
Log.notice(F("TSEN: Found %d sensors." CR), mySensors.getDS18Count());
Log.notice(F("TSEN: Found %d temperature sensor(s)." CR), mySensors.getDS18Count());
mySensors.setResolution(TEMPERATURE_PRECISION);
}
#endif