1
0
mirror of https://github.com/bdring/Grbl_Esp32.git synced 2025-09-25 05:21:48 +02:00

Updated Using the SD Card (markdown)

bdring
2021-02-28 07:34:02 -06:00
parent ec686981a2
commit 7d03c2e6e6

@@ -58,6 +58,6 @@ When an SD card job is running, the percent complete is appended to the status s
### Card Formatting ###
The firmware uses the [Arduino SD library](https://www.arduino.cc/en/Reference/SD). This is limited to 4G cards.
The firmware uses the [Arduino SD library](https://www.arduino.cc/en/Reference/SD). This is limited to 4G cards. In general, the smallest, oldest and slowest cards tend to work best with this library.
Some people have trouble when SD cards have been formatted by Windows, but were able to solve the problem by formatting with [SD Card Formater](https://sd-card-formatter.en.uptodown.com/windows)