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 mkespfsimage being output into bin instead of mkespfsimage #17

Closed sanjay900 closed 4 years ago

sanjay900 commented 4 years ago

https://github.com/jkent/esp32-espfs/commit/8c95d5872c535e8ebf7039d0aa430fafcc296f3e removed the bin directory, but mkespfsimage was still being output to the bin directory, resulting in a file not found error when trying to compile

jkent commented 4 years ago

Thanks for catching this. Next time I'm booted into Win10 I'll look this over closer.

jkent commented 4 years ago

Thanks again!