I am running a NeoTrellis with CircuitPython 4.0.0 Beta 6.
Whenever I create any kind of compilation error I get the following
Adafruit CircuitPython 4.0.0-beta.6 on 2019-03-30; Adafruit Trellis M4 Express with samd51g19
>>> estingOpen
Traceback (most recent call last):
File "<stdin>", line 1, in '<module'>
NameError: name 'estingOpen' is not defined:
Even if I fix the syntax issue, I still get that error, even if I revert to a previously working code.py file, I have to erase and reinstall circuit python every time.
I am running a NeoTrellis with CircuitPython 4.0.0 Beta 6.
Whenever I create any kind of compilation error I get the following
Adafruit CircuitPython 4.0.0-beta.6 on 2019-03-30; Adafruit Trellis M4 Express with samd51g19
>>> estingOpen
Traceback (most recent call last):
File "<stdin>", line 1, in '<module'>
NameError: name 'estingOpen' is not defined:
Even if I fix the syntax issue, I still get that error, even if I revert to a previously working code.py file, I have to erase and reinstall circuit python every time.