easybotics / node-red-contrib-easybotics-led-matrix

node red node for controlling rgb matrix panels
GNU General Public License v2.0
9 stars 5 forks source link

canvas to matrix node now redraws shapes when the edit dialog is reopened and any nodes with names ending in "-to-matrix" are renamed #16

Closed ryanmich251 closed 5 years ago

ryanmich251 commented 5 years ago

The node name changing now causes any renamed nodes in current flows to stop working. To fix, export the flow as json, then use the find and replace functionality of a text editor to find all occurrences of "-to-matrix" and delete it.

keptan commented 5 years ago

thanks merged :)