dvrhax / uPyMySQL

Pure uPython MySQL Client
MIT License
24 stars 5 forks source link

Which MCU are compatibles? #3

Open mxsan opened 1 year ago

mxsan commented 1 year ago

I have the this error masage from console? i'm Using esp32.

File "upymysql/init.py", line 88, in Connect MemoryError: memory allocation failed, allocating 136 byte MicroPython v1.19.1 on 2022-06-18; ESP32 module with ESP32

tianya8681 commented 10 months ago

同样的问题,Traceback (most recent call last): File "", line 11, in File "upymysql/init.py", line 88, in Connect MemoryError: memory allocation failed, allocating 141 bytes

dvrhax commented 10 months ago

I haven't used this in quite a while as I've moved mostly to MQTT, so I'm not sure how it's working with the latest micropython builds, but that being said I always used it as frozen bytecode even on an ESP32.

BryanSouza91 commented 2 months ago

1 Talks about this error you have to build the firmware with upymysql as a module.