jkent / frogfs

Fast Read-Only General-purpose File System (ESP-IDF and ESP8266_RTOS_SDK compatible)
https://frogfs.readthedocs.io
Mozilla Public License 2.0
25 stars 32 forks source link

bugfixes build on windows7 and espFsInit() runaway #16

Closed phatpaul closed 4 years ago

phatpaul commented 4 years ago

bugfixes build on windows7 and espFsInit() runaway

phatpaul commented 4 years ago

Now I see it looks like you already fixed the issue with espFsInit() runaway in your master branch. Can you merge the python-path-compat into master so they don't diverge again?

jkent commented 4 years ago

Thanks for looking into this. Alignment, now its all clear to me... Its been too long ago :s I blame the diverge on working on submodule and not pulling first. Sorry about that.

Merged python-path-compat into master.

jkent commented 4 years ago

Okay, I think everything is resolved. I'll test in windows here in a few. Thanks again for looking at this.