Mock.GPIO icon indicating copy to clipboard operation
Mock.GPIO copied to clipboard

fixed variable in output function

Open Chr157i4n opened this issue 1 year ago • 0 comments

currently even the example fails with the error:

line 136, in output logger.info("Output channel : {} with value : {}".format(channel, values)) ^^^^^^^ UnboundLocalError: cannot access local variable 'channel' where it is not associated with a value

Chr157i4n avatar Jan 23 '25 20:01 Chr157i4n