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

Fix issuses with subpaths on windows #20

Closed sanjay900 closed 4 years ago

sanjay900 commented 4 years ago

On windows, files were saved with '\' characters, but libesphttpd is expecting '/'.

jkent commented 4 years ago

Thanks @sanjay900 for your pull request. Looks good!