lvgl / lv_web_emscripten

LVGL ported to Emscripten to be converted to JavaScript
MIT License
80 stars 28 forks source link

fix: memfs invalid drive letter #24

Closed liamHowatt closed 2 months ago

liamHowatt commented 2 months ago

Fix docs build failure in LVGL master since https://github.com/lvgl/lvgl/pull/6367

https://github.com/lvgl/lvgl/actions/runs/10499498306/job/29086379497#step:10:218

Is memfs used in any of the examples somehow, despite the drive letter not being set?

kisvegabor commented 2 months ago

I think the examples are using MEMFS somewhere so let's set LV_FS_MEMFS_LETTER 'M' instead.