Skip to content

Commit

Permalink
firmware v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stfnmllr committed Nov 7, 2023
1 parent 1d7b486 commit 859dbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Voltage levels:

Please be aware that not all DCC decoders do support all of the DCC commands. The pico-cs command station is using the DCC commands which most standard compliant DCC decoders should be able to understand. Nonetheless some decoders
- do have issues with main track programming
- do behave wierd in case functions are used not supported by the decoder or writing CVs in general
- do behave weird in case functions are used not supported by the decoder or writing CVs in general

**Please be cautious and test all loco decoders on a roller test stand before using on track.**

Expand Down
2 changes: 1 addition & 1 deletion src/cs.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "mt.h"
#include "loop.h"

#define PROGRAM_VERSION "v0.8.1"
#define PROGRAM_VERSION "v0.8.2"
#define PROGRAM_DESCRIPTION "pico-cs DCC command station"
#define PROGRAM_URL "https://github.com/pico-cs"

Expand Down

0 comments on commit 859dbe4

Please sign in to comment.