adafruit / Wippersnapper_Protobuf

Protocol buffer messages for Adafruit.io WipperSnapper Beta
MIT License
0 stars 2 forks source link

fix non-dep field but option remains true? #103

Closed brentru closed 1 year ago

brentru commented 1 year ago

Attempting to fix PinEvent list field getting removed.

typedef struct _wippersnapper_pin_v1_PinEvents {
    char dummy_field;
} wippersnapper_pin_v1_PinEvents;
brentru commented 1 year ago

Noting that we should probably consider invoking an arduino library compilation from within this library, for at least one target hardware.

Currently - Arduino WipperSnapper only compiles when a PR has been merged.