set ina219_started false

pull/252/head
alanbjohnston 3 years ago committed by GitHub
parent cc3abaea1c
commit 52c26bd9eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2429,6 +2429,7 @@ void read_ina219()
if ((millis() - read_time) > 1000) {
Serial.println("There is an I2C sensor problem");
ina219_started = false;
start_ina219();
}

Loading…
Cancel
Save

Powered by TurnKey Linux.