Skip to content

Commit

Permalink
Update BSB_LAN_defs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fredlcore authored Aug 6, 2023
1 parent f1f4701 commit 78dae04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BSB_LAN/BSB_LAN_defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1056,6 +1056,12 @@ const char ENUM_LOGGER_MODE[] PROGMEM_LATEST = {

};

// Keep this for legacy parameter lists
const char ENUM701[] PROGMEM_LATEST = {
"\x01 " ENUM648_01_TEXT "\0"
"\x02 " ENUM700_03_TEXT
};

// PPS Betriebsart
const char ENUM15000[] PROGMEM_LATEST = {
"\x00 " ENUM15000_00_TEXT "\0"
Expand Down

0 comments on commit 78dae04

Please sign in to comment.