start ina219 when simulated telemetry is turned off

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

@ -3890,6 +3890,8 @@ void prompt_for_input() {
} else if ((serial_string[0] == 'n') || (serial_string[0] == 'N')) {
Serial.println("Setting Simulated telemetry to off");
sim_mode = false;
if (!ina219_started)
start_ina219();
} else
Serial.println("No change to Simulated Telemetry mode");
break;

Loading…
Cancel
Save

Powered by TurnKey Linux.