Skip to content

OlcbCommonVersion_h #11

Description

@johnmholmes

The line in that file uses

#define OlcbCommonVersion "0.7.1"

Although the 0.7.1 may not mean the 0.1.19 I am thinking it mean. This may be the version for the OpenLCB standards?

in the sketch I added this

extern "C" {
const EIDTab eidtab[NUM_EVENT] PROGMEM = {
SERVOEID(NUM_SERVOS),
IOEID(NUM_IO)
};
extern const char SNII_const_data[] PROGMEM =
"\001" MANU "\000" MODEL "\000" HWVERSION "\000" SWVERSION " " OlcbCommonVersion;
}

So it now displays the

#define SWVERSION "1.44 " // Software version

So in JMRI it now shows up like this

Software : 1.44 0.7.1

Image

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions