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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions