Disabled debug and set deep sleep time to 5 minutes

This commit is contained in:
rbaron 2021-09-24 19:08:10 +02:00
parent ef2bfcdadd
commit 9b90d5a112

View file

@ -13,7 +13,7 @@
#define PRST_LED_PIN NRF_GPIO_PIN_MAP(0, 28)
// Deep sleep.
#define PRST_DEEP_SLEEP_IN_SECONDS 2
#define PRST_DEEP_SLEEP_IN_SECONDS 300
// Analog to digital converter (ADC).
// Prints out ADC debug info, such as the values read for battery and soil
@ -63,7 +63,7 @@
#define PRST_PHOTO_OUT_PIN NRF_GPIO_PIN_MAP(0, 2)
// Whether to produce debug messages for the LDR
#define PRST_ADC_PHOTO_DEBUG 1
#define PRST_ADC_PHOTO_DEBUG 0
#endif // End of version-specific configuration.