You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For those who don't know where to place mkfatfs: If you're using macOS and Arduino IDE 1.8.x like me, mkfatfs should be placed at: /Users/[UserName]/Library/Arduino15/packages/esp32/hardware/esp32/2.0.4
(2.0.4 is my ESP32 package version)
The text was updated successfully, but these errors were encountered:
In case it's helpful - I found the following change allowed the plugin to automatically find mkfatfs on windows. pastasfuture@91a050a
The trick was the plugin searched for it under:
C:\Users\Username\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\tools\mkfatfs.exe
but it was actually under:
C:\Users\Username\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\mkfatfs.exe
For those who don't know where to place mkfatfs: If you're using macOS and Arduino IDE 1.8.x like me, mkfatfs should be placed at:
/Users/[UserName]/Library/Arduino15/packages/esp32/hardware/esp32/2.0.4
(2.0.4 is my ESP32 package version)
The text was updated successfully, but these errors were encountered: