1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2025-07-28 18:03:45 +02:00

Compare commits

...

2 Commits

Author SHA1 Message Date
FrightRisk
615fbeb291 Add docs and prepare ex-rail for archiving 2021-11-10 14:59:10 -05:00
Harald Barth
15264e17ef update version.h 2021-11-07 17:00:10 +01:00
4 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 107 KiB

BIN
ex-rail.zip Normal file

Binary file not shown.

View File

@@ -3,9 +3,8 @@
#include "StringFormatter.h"
#define VERSION "3.1.7 draft"
// 3.1.7 Major functional and non-functional changes.
#define VERSION "3.2.0"
// 3.2.0 Major functional and non-functional changes.
// New HAL added for I/O (digital and analogue inputs and outputs, servos etc).
// Support for MCP23008, MCP23017 and PCF9584 I2C GPIO Extender modules.
// Support for PCA9685 PWM (servo) control modules.
@@ -23,6 +22,7 @@
// from <a> command and <T> command.
// Increased use of display for showing loco decoder programming information.
// ...
// 3.1.7 Bugfix: Unknown locos should have speed forward
// 3.1.6 Make output ID two bytes and guess format/size of registered outputs found in EEPROM
// 3.1.5 Fix LCD corruption on power-up
// 3.1.4 Refactor OLED and LCD drivers and remove unused code