Synthia NameError: name 'ADC' isn't defined

Traceback (most recent call last):
File “”, line 1, in
File “Synthia/init.py”, line 13, in
NameError: name ‘ADC’ isn’t defined

We are using Circuitblocks and we have this error when we run any synthia program.

In case you need the code that was sent from the computer to Synthia:
MPY: soft reboot
MicroPython v1.20.0-630-g85ecbdb0b on 2024-03-15; CircuitMess ESP32 Devices with ESP32
Type “help()” for more information.

paste mode; Ctrl-C to cancel, Ctrl-D to finish
=== from Synthia import *

=== begin()

===
=== def cb_RKrFNJkHvOy3():
=== matrix_track.fill(0)
=== matrix_track.commit()

=== buttons.on_press(Buttons.Slot_1, cb_RKrFNJkHvOy3)

=== def cb_BDtQQH7uYitPg():
=== matrix_track.fill(65)
=== matrix_track.commit()

=== buttons.on_press(Buttons.Slot_2, cb_BDtQQH7uYitPg)

=== def cb_sque3HgUzraTjHs():
=== matrix_track.fill(130)
=== matrix_track.commit()

=== buttons.on_press(Buttons.Slot_3, cb_sque3HgUzraTjHs)

=== def cb_xv6pwnKcTlwjB3lP():
=== matrix_track.fill(200)
=== matrix_track.commit()

=== buttons.on_press(Buttons.Slot_4, cb_xv6pwnKcTlwjB3lP)

=== def cb_GjgjkKkQ0VzKdA():
=== matrix_track.fill(255)
=== matrix_track.commit()

=== buttons.on_press(Buttons.Slot_5, cb_GjgjkKkQ0VzKdA)

=== while True:
=== buttons.scan()

Traceback (most recent call last):
File “”, line 1, in
File “Synthia/init.py”, line 13, in
NameError: name ‘ADC’ isn’t defined

We installed MicroPython first as it requested.

Hey @tobyvanderbeek,

thank you for reaching out to us and letting us know.

Our software team is currently working on this. This issue will be fixed soon, and we will let you know when you can try uploading the code again.

Best,
Sandi

Hey @tobyvanderbeek,

this issue has been fixed. Please try uploading the code again.

Feel free to reach out to us at contact@circuitmess.com if you have any other questions.

Best,
Sandi