This commit is contained in:
Matthew Kennedy 2021-04-28 15:28:07 -07:00 committed by GitHub
parent eb3dd0e216
commit 0a3e8c2a21
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();
}
}