Skip to content

Commit 0fec06a

Browse files
committed
Change default work end to 18:00
1 parent eee28f9 commit 0fec06a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arduino-nixie/arduino-nixie.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
////////// Hardware configuration //////////
88
//Include the config file that matches your hardware setup. If needed, duplicate an existing one.
99

10-
#include "configs/v8c-6tube.h"
10+
#include "configs/v8-6tube.h"
1111

1212
////////// Software version //////////
1313
const byte vMajor = 1;
@@ -87,7 +87,7 @@ Some are skipped when they wouldn't apply to a given clock's hardware config, se
8787
// General Alarm Timer Strike Night and away shutoff Lat Long UTC±*
8888
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};
8989
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};
9191
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};
9292
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};
9393

0 commit comments

Comments
 (0)