We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b80f6b commit fb418c9Copy full SHA for fb418c9
1 file changed
examples/har_trees/har_record.py
@@ -138,6 +138,7 @@ def on_doubleclick():
138
class_selected = 0
139
update_display()
140
141
+ c = classes[class_selected]
142
print(f'har-record-cycle class={c}')
143
144
button_pin = machine.Pin(37, machine.Pin.IN, machine.Pin.PULL_UP) # Button A on M5StickC PLUS2
0 commit comments