Skip to content

Commit

Permalink
Change back battery measuring interval to correct value.
Browse files Browse the repository at this point in the history
  • Loading branch information
breaker27 committed Oct 4, 2014
1 parent 2e6ecdc commit a92a9e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/shc_envsensor/shc_envsensor.c
Expand Up @@ -54,7 +54,7 @@
#define SRF02_POWER_PIN 5

#define VERSION_MEASURING_INTERVAL_SEC 86000 // about once a day
#define BATTERY_MEASURING_INTERVAL_SEC 2 // 8500 // about every 8 hours
#define BATTERY_MEASURING_INTERVAL_SEC 28500 // about every 8 hours
#define BATTERY_AVERAGING_INTERVAL 3

uint8_t temperature_sensor_type = 0;
Expand Down

0 comments on commit a92a9e7

Please sign in to comment.