Search found 1 match

by AidanJCav
Fri Apr 24, 2020 5:09 pm
Forum: ESP8266 boards
Topic: MemoryError what limit am I hitting?
Replies: 13
Views: 15332

Re: MemoryError what limit am I hitting?

I don't know about micropython, but circuitpython has a relatively low line limit of around 250 lines. If (and again I have no idea if it does) micropython has the same problem, then maybe you can try getting rid of the empty lines in between code section, since they aren't necessary, just helpful w...