From bbe2526406beb6ca4cc80511558ca6f873d84248 Mon Sep 17 00:00:00 2001 From: steinwedel Date: Sun, 13 Aug 2023 09:44:13 +0200 Subject: [PATCH] Updated Adding an SD card (markdown) --- Adding-an-SD-card.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Adding-an-SD-card.md b/Adding-an-SD-card.md index f8c5cd1..c801f59 100644 --- a/Adding-an-SD-card.md +++ b/Adding-an-SD-card.md @@ -16,7 +16,7 @@ This guide is for adding ad SD card to a Nano AP. I will use this module: ![SD c If you build it now, you'll get an error message. We need to change one more thing. -* In the storage.cpp, row 22 (at the time of writing with the 1.8 version), change 'VSPI' to 'HSPI'. +* In the storage.cpp, row 22 (at the time of writing with the 1.8 and 1.9 version), change 'VSPI' to 'HSPI'. * Now upload as usual. For the hardware side, solder the wires. Format the SD card and it should work!