Results 96 comments of zhjygit

ok,i will have a try.

how can the maps retotate with the mpu9250 module? where is the related code of the maps retotate with the mpu9250? I want to change the rule, that is to...

static void update_map(lv_event_t *event) { CurrentMapTile = get_map_tile(getLon(), getLat(), zoom, 0, 0); if (strcmp(CurrentMapTile.file, OldMapTile.file) != 0 || CurrentMapTile.zoom != OldMapTile.zoom || CurrentMapTile.tilex != OldMapTile.tilex || CurrentMapTile.tiley != OldMapTile.tiley) {...

Thanks sir. I have bought a mpu9255(instead of mpu9250). I doubt that, the speed of owner of esp32s3, that is to say, when i run or walk with device esp32s3,...

Thanks,sir, i will try.

The memory problem is that, when the device boots , lcd shows that "mem 300k, free, 90%", i only have 300k memory to use, is that right?

I want to finish location share.There will be mang other esp32s3 gps arrow display on the map. maybe esp-now can share locations between devices. so I worry about the memory...

> # File `server.py` in the folder `backend/openui` - line 68 > ## Set the `base_url` to whatever you wish. > ```python > openai = AsyncOpenAI( > base_url="https://YOUR-URL/v1" > )...

Finally, i download my openui and ollama on the physical host like 192.168.1.103,my ollama is running fine at 11434, i have pull llama3、llava models. i don't use docker in the...