X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=ao-tools%2Fao-test-baro%2Fao-test-baro.c;h=b3058b80fefbb9290ad6c761505868e4fa66e38e;hp=e883de4a47d3fc6ae346c7e7f8fcfc7556d9f5ec;hb=96eb350d3dfc83f6dfb31bbab1427f9206acde79;hpb=eee7fa303fb0d80ac5d7b9c5a86af60333f61951 diff --git a/ao-tools/ao-test-baro/ao-test-baro.c b/ao-tools/ao-test-baro/ao-test-baro.c index e883de4a..b3058b80 100644 --- a/ao-tools/ao-test-baro/ao-test-baro.c +++ b/ao-tools/ao-test-baro/ao-test-baro.c @@ -169,7 +169,7 @@ do_baro(struct cc_usb *usb) { return 0; } - if (temperature < 20 || 35 < temperature) { + if (temperature < 20 || 40 < temperature) { printf ("weird temperature %f\n", temperature); free_baro(b); return 0;