1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00
This commit is contained in:
Harald Barth 2023-06-21 10:49:49 +02:00
parent dd80260781
commit 0d679ad993
2 changed files with 4 additions and 2 deletions

View File

@ -1 +1 @@
#define GITHUB_SHA "devel-202306190642Z"
#define GITHUB_SHA "devel-202306210849Z"

View File

@ -4,7 +4,9 @@
#include "StringFormatter.h"
#define VERSION "4.2.56"
#define VERSION "4.2.57"
// 4.2.57 - New overload handling (faster and handles commonFaultPin again)
// - Optimize analog read STM32
// 4.2.56 - Update IO_RotaryEncoder.h:
// - Improved I2C communication, non-blocking reads
// - Enable sending positions to the encoder from EXRAIL via SERVO()