LoPy doesn't run applications which ran before
-
Something happned to my LoPy : it doesn't run code anymore that ran before ... I always get an Name error like this:
Traceback (most recent call last):
<stdin>", line 217, in <module>
File "<stdin>", line 60, in init
NameError: name 'I2C' is not definedthe same code runs again when I format the storage with os.mkfs('/flash') ... What is happening here?
Thanks for the help!
P.S: I would assume this issue is caused by too much memory allocation, what do you think?
-