Plane: fixed baro test in CLI

fixes issue #1623

thanks to klrill-ka
This commit is contained in:
Andrew Tridgell 2014-11-19 21:42:27 +11:00
parent 2bb7606fba
commit 2c7290fdc0

View File

@ -577,6 +577,7 @@ test_pressure(uint8_t argc, const Menu::arg *argv)
while(1) {
hal.scheduler->delay(100);
barometer.read();
if (!barometer.healthy()) {
cliSerial->println_P(PSTR("not healthy"));