From 4208dd266dffb13772f0bef3c866f886aca11c3c Mon Sep 17 00:00:00 2001 From: Marzogh Date: Wed, 16 May 2018 22:07:43 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8af088c..e9c4035 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This Arduino library is for use with flash memory chips that communicate using t - Simblee Boards (Sparkfun Simblee) ##### In BETA -- ESP32 Boards (Tested on the Adafruit ESP32 Feather) The library is known to work with the ESP32 core as of the current commit 8ba91b9 on 07.11.2017. ```ESP32 support will remain in beta till the ESP32 core can be installed via the Arduino boards manager.``` +- ESP32 Boards (Tested on the Adafruit ESP32 Feather) The library is known to work with the ESP32 core as of the commit 25dff4f on 05.04.2018. ```ESP32 support will remain in beta till the ESP32 core can be installed via the Arduino boards manager.``` NOTE: ESP32 boards usually have an SPI Flash already attached to their SS pin, so the user has to declare the ChipSelect pin being used when the constructor is declared - for example ``` SPIFlash flash(33);