added voltage_read for v prompt

pull/182/head
alanbjohnston 3 years ago committed by GitHub
parent aa2c929ed2
commit 4a9e7a1e44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3937,6 +3937,7 @@ void prompt_for_input() {
Serial.println("Querying INA219 voltage and current sensors");
if (!ina219_started)
start_ina219();
voltage_read = true;
read_ina219();
break;

Loading…
Cancel
Save

Powered by TurnKey Linux.