Skip to content

Commit

Permalink
Change descriptions of external outputs A & B functions from "Turn On…
Browse files Browse the repository at this point in the history
…" and "Turn Off" to "High" and "Low." Remove unecessary line from LED debugging.
  • Loading branch information
OpenPanzerProject committed Apr 5, 2021
1 parent d41ca7e commit 235cebf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 0 additions & 2 deletions OpenPanzerTCB/OpenPanzerTCB.ino
Original file line number Diff line number Diff line change
Expand Up @@ -1463,8 +1463,6 @@ if (Startup)
// ====================================================================================================================================================>
if (HavePower)
{
boolean UpdateDebugLEDs = false;

// Braking is not a drive mode so we check it separately
// While braking, both the Red and Green LEDs are On.
//if (Braking == true && DriveModeActual != STOP) { RedLedOn(); GreenLedOn(); }
Expand Down
8 changes: 4 additions & 4 deletions OpenPanzerTCB/src/OP_FT/OP_FunctionsTriggers.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,11 +288,11 @@ const char _FunctionNames_[COUNT_SPECFUNCTIONS][FUNCNAME_CHARS] PROGMEM_FAR =
"User Sound 2 - Repeat", // 39
"User Sound 2- Stop", // 40
"External Output A - Toggle", // 41 -- see also 109 for pulse and 156 for blink
"External Output A - Turn On", // 42
"External Output A - Turn Off", // 43
"External Output A - High", // 42
"External Output A - Low", // 43
"External Output B - Toggle", // 44 -- see also 110 for pulse and 157 for blink
"External Output B - Turn On", // 45
"External Output B - Turn Off", // 46
"External Output B - High", // 45
"External Output B - Low", // 46
"Set Acceleration Level", // 47
"Set Deceleration Level", // 48
"Set Turn Mode = 1", // 49
Expand Down

0 comments on commit 235cebf

Please sign in to comment.