Skip to content

Commit c831b15

Browse files
committed
ibid, forgot one
1 parent 5e83ed0 commit c831b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

arduino-nixie/configs/~sample.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
///// Functionality /////
99

1010
// Which functionality is enabled in this clock?
11-
// Related options will also be enabled in the options menu.
11+
// Related settings will also be enabled in the settings menu.
1212
// The operating instructions assume all of these are enabled except temp and tubetest.
1313
#define ENABLE_DATE_FN true // Date function, optionally including pages below
1414
#define ENABLE_DATE_COUNTER true // Adds date page with an anniversary counter
@@ -74,7 +74,7 @@
7474
//For all input types:
7575
//How long (in ms) are the hold durations?
7676
#define CTRL_HOLD_SHORT_DUR 1000 //for entering setting mode, or hold-setting at low velocity (x1)
77-
#define CTRL_HOLD_LONG_DUR 3000 //for entering options menu, or hold-setting at high velocity (x10)
77+
#define CTRL_HOLD_LONG_DUR 3000 //for entering settings menu, or hold-setting at high velocity (x10)
7878
#define CTRL_HOLD_VERYLONG_DUR 5000 //for wifi IP info / admin start (Nano IoT only)
7979
#define CTRL_HOLD_SUPERLONG_DUR 15000 //for wifi forget (Nano IoT only)
8080
//What are the timeouts for setting and temporarily-displayed functions? up to 65535 sec
@@ -150,7 +150,7 @@
150150
// 1 = yes. Alarm can be switched on and off when clock is displaying the alarm time (fnIsAlarm).
151151
// 0 = no. Alarm will be permanently on. Use with switch signal if the appliance has its own switch on this circuit (and note that, if another signal type(s) is available and selected for the alarm, the user won't be able to switch it off). Also disables skip feature. Note that the instructions do not reflect this option.
152152
#define ENABLE_SOFT_POWER_SWITCH 1 //switch signal only
153-
// 1 = yes. Switch signal can be toggled on and off directly with Alt button at any time (except in options menu). This is useful if connecting an appliance (e.g. radio) that doesn't have its own switch, or if replacing the clock unit in a clock radio where the clock does all the switching (e.g. Telechron).
153+
// 1 = yes. Switch signal can be toggled on and off directly with Alt button at any time (except in settings menu). This is useful if connecting an appliance (e.g. radio) that doesn't have its own switch, or if replacing the clock unit in a clock radio where the clock does all the switching (e.g. Telechron).
154154
// 0 = no. Use if the connected appliance has its own power switch (independent of this circuit, e.g. some Sony Digimatic clock radios) or does not need to be manually switched. In this case (and/or if there is no switch signal option, and if no Wi-Fi support) Alt will act as a function preset. Note that the instructions do not reflect this option.
155155

156156
//Backlighting control

0 commit comments

Comments
 (0)