equal
deleted
inserted
replaced
|
1 #define UPDATE_PERIOD 10 |
|
2 |
|
3 #define GREEN_VALUE 30 |
|
4 #define ORANGE_VALUE 55 |
|
5 #define RED_VALUE 60 |
|
6 |
|
7 // Uncomment if you want temperature indicator to flash when higher than certain value |
|
8 //#define FLASH_AFTER 60 |
|
9 |
|
10 #define LOCALE "" |