Denis Govorkov
Denis Govorkov
1) Here - https://github.com/pulkin/micropython/blob/b84c71917188f6c2fdc6f1c31d526fd150fc2f57/ports/gprs_a9/modcellular.c#L533 We don't free memory, just allocate a new list. I suppose it can be a memory leak. I'm not sure about freeing memory in MP (didn't...
Hi, do you have some examples of device communication data? If yes, could you please share them?
Hi. I see that you read a packet without any loops with one recv. But afaik it can returns partial data. I could be wrong, didn’t jump deep into the...