DCC-EX Simple Throttle
Simple throttle for a DCC-EX CommandStation
Loading...
Searching...
No Matches
/home/runner/work/DCCEXSimpleThrottle/DCCEXSimpleThrottle/Version.h
Go to the documentation of this file.
1#ifndef VERSION_H
2#define VERSION_H
3
4#define VERSION "0.0.16"
5// 0.0.16 - Fix to work correctly with Bluepill and serial connection
6// 0.0.15 - Add missing myConfig.example.h
7// 0.0.14 - Implement support to read loco from PROG track
8// - Implement support to JOIN/UNJOIN PROG track
9// - Fix non-roster locos not updating correctly
10// - Requires DCCEXProtocol 1.2.0 or later
11// 0.0.13 - Implement support for changing protocol buffer size and param count
12// - Requires DCCEXProtocol 1.0.0 or later
13// 0.0.12 - Implement support for rate changes based on rotary encoder speed
14// 0.0.11 - Implement support for a local roster list in myConfig.h
15// 0.0.10 - Implement turning lights on/off with double click
16// 0.0.9 - Re-write codebase
17// 0.0.8 - Simplify user configuration
18// 0.0.7 - Update to DCCEXProtocol 0.0.17
19// 0.0.6 - Extra menu functions
20// - Select loco or build consist
21// - Select EX-CommandStation via menu
22// 0.0.5 - Add ESP32 with WiFi
23// 0.0.4 - Fix track power display bug
24// 0.0.3 - Add track power control
25// - Add encoder press to stop loco
26// - Add emergency stop
27// 0.0.2 - Basic loco control functional with DCCEXProtocol library
28// 0.0.1 - Initial version ready for DCCEXProtocol library development
29
30#endif