|
7 | 7 | ////////// Hardware configuration //////////
|
8 | 8 | //Include the config file that matches your hardware setup. If needed, duplicate an existing one.
|
9 | 9 |
|
10 |
| -#include "configs/v8c-6tube.h" |
| 10 | +#include "configs/v8-6tube.h" |
11 | 11 |
|
12 | 12 | ////////// Software version //////////
|
13 | 13 | const byte vMajor = 1;
|
@@ -87,7 +87,7 @@ Some are skipped when they wouldn't apply to a given clock's hardware config, se
|
87 | 87 | // General Alarm Timer Strike Night and away shutoff Lat Long UTC±*
|
88 | 88 | const byte optsNum[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10,11,12,13,14,15, 21,22,23, 30,31,32,33, 40, 41, 42,43,44,45, 46, 47, 50, 51, 52};
|
89 | 89 | const byte optsLoc[] = {16,17,18,19,20,22,26,46,45, 23,42,39,47,24,50, 43,40,48, 21,44,41,49, 27, 28, 30,32,33,34, 35, 37, 10, 12, 14};
|
90 |
| -const int optsDef[] = { 2, 1, 0, 0, 5, 0, 1, 0, 0, 0, 0,76, 4, 9, 0, 0,76, 2, 0, 0,68, 5, 0,1320, 360, 0, 1, 5, 480,1020, 0, 0,100}; |
| 90 | +const int optsDef[] = { 2, 1, 0, 0, 5, 0, 1, 0, 0, 0, 0,76, 4, 9, 0, 0,76, 2, 0, 0,68, 5, 0,1320, 360, 0, 1, 5, 480,1080, 0, 0,100}; |
91 | 91 | const int optsMin[] = { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0,49, 0, 0, 0, 0,49, 0, 0, 0,49, 0, 0, 0, 0, 0, 0, 0, 0, 0, -900,-1800, 52};
|
92 | 92 | const int optsMax[] = { 2, 5, 3, 1,20, 6, 4, 2, 1, 2, 1,88, 5,60, 1, 1,88, 5, 4, 1,88, 5, 2,1439,1439, 2, 6, 6,1439,1439, 900, 1800,156};
|
93 | 93 |
|
|
0 commit comments