Improve comments, printing

This commit is contained in:
Christoph Hagen
2023-06-07 16:38:33 +02:00
parent cbb7c5d4e3
commit 36db04036c
3 changed files with 3 additions and 7 deletions

View File

@ -13,5 +13,5 @@ constexpr gpio_num_t wakeupButtonPin = GPIO_NUM_27;
// The device also stays awake as long as a bluetooth connection is active
constexpr uint32_t wakeupDurationAfterButtonPress = 30;
// The interval between temperature measurements
constexpr uint32_t temperatureMeasurementIntervalSeconds = 60;