This commit is contained in:
Matthew Kennedy 2021-04-28 15:28:07 -07:00 committed by GitHub
parent 6403ca2f9f
commit 15f446b530
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ void initBaro(DECLARE_CONFIG_PARAMETER_SIGNATURE) {
return;
}
if (device.init(CONFIG(lps25BaroSensorScl), CONFIG(lps25BaroSensorScl))) {
if (device.init(CONFIG(lps25BaroSensorScl), CONFIG(lps25BaroSensorSda))) {
sensor.Register();
}
}