Error: braces around scalar initializer

Don’t give input pins and output pins the same name on a node. It leads to this very cryptic error:

xod-arduino-sketch.cpp:1168:5: error: braces around scalar initializer for type ‘const NodeId* {aka const unsigned char*}’

1 Like

Thanks for pointing! We should validate pin labels to avoid name collisions.