Update PERIODS_TO_LOG

This commit is contained in:
Jm Casler
2022-03-02 20:38:14 -08:00
parent 2c7b3acbb9
commit 75bf2cc9c6
2 changed files with 4 additions and 4 deletions

View File

@@ -26,7 +26,7 @@
#define CHANNEL_UTILIZATION_PERIODS 6
#define SECONDS_PER_PERIOD 3600
#define PERIODS_TO_LOG 24
#define PERIODS_TO_LOG 8
#define MINUTES_IN_HOUR 60
#define SECONDS_IN_MINUTE 60
#define MS_IN_HOUR (MINUTES_IN_HOUR * SECONDS_IN_MINUTE * 1000)