summaryrefslogtreecommitdiff
path: root/ao-tools
diff options
context:
space:
mode:
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;