fix help menu

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

@ -3844,7 +3844,7 @@ void prompt_for_input() {
Serial.println("r Resets Count, or payload & EEPROM");
Serial.println("l Lat and Long");
Serial.println("? Query sensors");
Serial.println("v Read INA219 voltage and current\n");
Serial.println("v Read INA219 voltage and current");
Serial.println("d Change debug mode\n");
break;
@ -3973,6 +3973,7 @@ void prompt_for_input() {
Serial.println("off");
break;
}
prompt = false;
}
void get_serial_string() {

Loading…
Cancel
Save

Powered by TurnKey Linux.