summaryrefslogtreecommitdiff
path: root/ao-tools
diff options
context:
space:
mode:
authorBdale Garbee <bdale@gag.com>2016-06-17 10:00:10 -0600
committerBdale Garbee <bdale@gag.com>2016-06-17 10:00:10 -0600
commit31cf047113ec72a78f4b500223a2c6be23bc86fd (patch)
tree4f171ddf642fb06bd1b520cd98a242efe5f8320f /ao-tools
parent2f0c977c747824d0798550ac64eceb1d66c50efd (diff)
parentafe74c067a31ce420d0d4cdac2069c1d258a5114 (diff)
Merge branch 'master' into branch-1.6
Diffstat (limited to 'ao-tools')
-rw-r--r--ao-tools/ao-test-baro/ao-test-baro.c2
1 files changed, 1 insertions, 1 deletions
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;