You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, thank you for the wonderful library. I'm using it for several years already.
I decided to try NodeManager today, to check if I'm missing a shortcut, but here is what happened, Moteino M0, development branch of NodeManager:
/home/nl/Automation/Arduino_portable/arduino-1.8.19-Moteino_M0_MySensors/portable/sketchbook/libraries/NodeManager-development/nodemanager/Node.h:201:30: error: 'DEFAULT' was not declared in this scope
uint8_t _analog_reference = DEFAULT;
^~~~~~~
/home/nl/Automation/Arduino_portable/arduino-1.8.19-Moteino_M0_MySensors/portable/sketchbook/libraries/NodeManager-development/nodemanager/Node.h:201:30: note: suggested alternative: 'AR_DEFAULT'
uint8_t _analog_reference = DEFAULT;
^~~~~~~
AR_DEFAULT
The text was updated successfully, but these errors were encountered:
Firstly, thank you for the wonderful library. I'm using it for several years already.
I decided to try NodeManager today, to check if I'm missing a shortcut, but here is what happened, Moteino M0, development branch of NodeManager:
/home/nl/Automation/Arduino_portable/arduino-1.8.19-Moteino_M0_MySensors/portable/sketchbook/libraries/NodeManager-development/nodemanager/Node.h:201:30: error: 'DEFAULT' was not declared in this scope
uint8_t _analog_reference = DEFAULT;
^~~~~~~
/home/nl/Automation/Arduino_portable/arduino-1.8.19-Moteino_M0_MySensors/portable/sketchbook/libraries/NodeManager-development/nodemanager/Node.h:201:30: note: suggested alternative: 'AR_DEFAULT'
uint8_t _analog_reference = DEFAULT;
^~~~~~~
AR_DEFAULT
The text was updated successfully, but these errors were encountered: