spatialdude / usqlite

μSQLite library module for MicroPython
MIT License
87 stars 18 forks source link

Compile for ESP32 #11

Open Phisatho opened 2 years ago

Phisatho commented 2 years ago

I am trying to compile for esp32 target I am getting error:

/micropython/modules/usqlite/usqlite_file.c:113:37: error: 'mp_module_io' undeclared (first use in this function); did you mean 'mp_module_sys'?
     mp_obj_t open = usqlite_method(&mp_module_io, MP_QSTR_open);
l-atome commented 1 year ago

Perhaps watch my new post ... https://github.com/spatialdude/usqlite/issues/13 ... three days to adapt this beautiful code with new update os

spatialdude commented 1 year ago

@Phisatho Please note https://github.com/spatialdude/usqlite/issues/12#issuecomment-1368655355