Skip to content

Commit

Permalink
char * / flashstring conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
habazut committed May 25, 2023
1 parent db0e0cb commit 8292924
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GITHUB_SHA.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define GITHUB_SHA "devel-202305250828Z"
#define GITHUB_SHA "devel-202305251144Z"
2 changes: 1 addition & 1 deletion WiThrottle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ void WiThrottle::sendFunctions(Print* stream, byte loco) {
fkeys=0;
bool firstchar=true;
for (int fx=0;;fx++) {
char c=GETFLASH(functionNames+fx);
char c=GETFLASH((char *)functionNames+fx);
if (c=='\0') {
fkeys++;
break;
Expand Down
2 changes: 1 addition & 1 deletion version.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#include "StringFormatter.h"


#define VERSION "4.2.54pre3"
#define VERSION "4.2.54pre4"
// 4.2.54 - Fix: Pin handling supports pins up to 254
// 4.2.53 - Fix: Fault pin handling made more straight forward
// 4.2.52 - Experimental support for sabertooth motor controller on ESP32
Expand Down

0 comments on commit 8292924

Please sign in to comment.