forked from DCC-EX/CommandStation-EX
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
72 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
#ifndef version_labox_h | ||
#define version_labox_h | ||
|
||
#define VERSION_LABOX "2.4.3" | ||
// 2.4.3 - Fix CV write on Z21 app. | ||
// - First try to implement turnout setting by Z21 app. Not yet fonctionnal ! | ||
// - Creation of this file ! | ||
// 2.4.2 - Merge with CommandStation-EX 5.0.9 | ||
// - Fix long address reading with 16384... | ||
// 2.4.1 - Fix use of define USE_HMI for compilation. | ||
// - Fix value of HMI_deltaCurrent to 0 | ||
// 2.4.0 - First operationnal version on ESP32. | ||
|
||
#endif |