wokwi-features icon indicating copy to clipboard operation
wokwi-features copied to clipboard

ability to edit number of dip switches in attr

Open mars000 opened this issue 1 year ago • 0 comments
trafficstars

would be great to be able to adjust the number of dip switched in dip switch by updating attrs e.g. { "type": "wokwi-dip-switch-8", "id": "sw2", "top": 236.7, "left": 308.7, "attrs": {} }, making it a 4 dip switch would be: { "type": "wokwi-dip-switch-8", "id": "sw2", "top": 236.7, "left": 308.7, "attrs": {"dips": 4} },

mars000 avatar Sep 07 '24 02:09 mars000