adafruit / Wippersnapper_Protobuf

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

fixing non-deprecated pinevent error #102

Closed brentru closed 1 year ago

brentru commented 1 year ago

Fixes error introduced by https://github.com/adafruit/Wippersnapper_Protobuf/pull/100

  /home/runner/Arduino/libraries/Adafruit_Wippersnapper_Arduino/src/Wippersnapper.cpp:380:9: error: 'wippersnapper_pin_v1_PinEvents' {aka 'struct _wippersnapper_pin_v1_PinEvents'} has no member named 'list'
       msg.list.funcs.decode = cbDecodePinEventMsg;
           ^~~~

https://github.com/adafruit/Adafruit_Wippersnapper_Arduino/runs/8039901651?check_suite_focus=true#step:8:93