mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-22 23:56:13 +01:00
version, compile warning
This commit is contained in:
parent
36d139268d
commit
df2e651217
|
@ -219,6 +219,9 @@ void DCCEXParser::parse(Print *stream, byte *com, RingStream *ringStream) {
|
||||||
|
|
||||||
void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
|
void DCCEXParser::parseOne(Print *stream, byte *com, RingStream * ringStream)
|
||||||
{
|
{
|
||||||
|
#ifdef DISABLE_PROG
|
||||||
|
(void)ringStream;
|
||||||
|
#endif
|
||||||
#ifndef DISABLE_EEPROM
|
#ifndef DISABLE_EEPROM
|
||||||
(void)EEPROM; // tell compiler not to warn this is unused
|
(void)EEPROM; // tell compiler not to warn this is unused
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
#define GITHUB_SHA "devel-202307250927Z"
|
#define GITHUB_SHA "devel-202308012308Z"
|
||||||
|
|
|
@ -3,7 +3,11 @@
|
||||||
|
|
||||||
#include "StringFormatter.h"
|
#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
|
// 4.2.66 - Throttle inrush current by applying PWM to brake pin when
|
||||||
// fault pin goes active
|
// fault pin goes active
|
||||||
// 4.2.65 - new config WIFI_FORCE_AP option
|
// 4.2.65 - new config WIFI_FORCE_AP option
|
||||||
|
|
Loading…
Reference in New Issue
Block a user