Skip to content
Snippets Groups Projects
Commit 2c7290fd authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Plane: fixed baro test in CLI

fixes issue #1623

thanks to klrill-ka
parent 2bb7606f
No related branches found
No related tags found
No related merge requests found
......@@ -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"));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment