From 487fca2741be2070bbf09898177cc3a5fa90353e Mon Sep 17 00:00:00 2001 From: david gauchard Date: Wed, 23 Jun 2021 21:38:19 +0200 Subject: [PATCH 1/2] SDFS: fix AvailableForWrite: do not always return 0 when space is available --- libraries/ESP8266SdFat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/ESP8266SdFat b/libraries/ESP8266SdFat index 9f94df41cc..9472c86140 160000 --- a/libraries/ESP8266SdFat +++ b/libraries/ESP8266SdFat @@ -1 +1 @@ -Subproject commit 9f94df41ccdb064ff4cb98d7b2737a369f6be1a0 +Subproject commit 9472c8614033efdaa6064906e7065963581746af From 3c6db9d87a57c4bb625e42d9928b853608b0aa21 Mon Sep 17 00:00:00 2001 From: david gauchard Date: Sat, 26 Jun 2021 00:28:58 +0200 Subject: [PATCH 2/2] doc: options: note about pio --- doc/ideoptions.rst | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/doc/ideoptions.rst b/doc/ideoptions.rst index a52c20ef2e..f790d02fc0 100644 --- a/doc/ideoptions.rst +++ b/doc/ideoptions.rst @@ -1,5 +1,5 @@ -Arduino IDE: esp8266 specificities in Tools menu -================================================ +esp8266 configuration +===================== Overview -------- @@ -11,8 +11,16 @@ not visible, please try using the generic esp8266 or esp8285 board. In every menu entry, the first option is the default one and is suitable for most users (except for flash size in the generic ESP8266 board). -Specific option list --------------------- +Note about PlatformIO +--------------------- + +`PlatformIO specific documentation +`__ +is also available. Note that this link is available here for reference and +is not maintained by the esp8266 Arduino core platform team. + +Arduino IDE Tools Menu +---------------------- Board ~~~~~