1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-22 15:46:14 +01:00

version, compile warning

This commit is contained in:
Harald Barth 2023-08-02 01:12:32 +02:00
parent 36d139268d
commit df2e651217
3 changed files with 9 additions and 2 deletions

View File

@ -219,6 +219,9 @@ void DCCEXParser::parse(Print *stream, byte *com, RingStream *ringStream) {
void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
{
#ifdef DISABLE_PROG
(void)ringStream;
#endif
#ifndef DISABLE_EEPROM
(void)EEPROM; // tell compiler not to warn this is unused
#endif

View File

@ -1 +1 @@
#define GITHUB_SHA "devel-202307250927Z"
#define GITHUB_SHA "devel-202308012308Z"

View File

@ -3,7 +3,11 @@
#include "StringFormatter.h"
#define VERSION "4.2.66"
#define VERSION "4.2.67"
// 4.2.67 - AVR: Pin specific timer register seting
// - Protect Uno user from choosing DC(X)
// - More Nucleo variant defines
// - GPIO PCA9555 / TCA9555 support
// 4.2.66 - Throttle inrush current by applying PWM to brake pin when
// fault pin goes active
// 4.2.65 - new config WIFI_FORCE_AP option