### Basic Infos - [X] This issue complies with the [issue POLICY doc](https://github.com/esp8266/Arduino/blob/master/POLICY.md). - [X] I have read the documentation at [readthedocs](https://arduino-esp8266.readthedocs.io/en/latest) and the issue is not addressed there. - [X] I have tested that the issue is present in current master branch (aka latest git). - [X] I have searched the issue tracker for a similar issue. - [X] If there is a stack dump, I have decoded it. - [X] I have filled out all fields below. #### Platform - Hardware: ESP8266EX on D1 Mini Board - Core Version: 2.7 - Development Env: PlatformIO - Operating System: Windows ### Settings in IDE - Module: Wemos D1 mini - Flash Mode: default - Flash Size: 4MB - Reset Method: default - Flash Frequency: default - CPU Frequency: 80MHz - Upload Using: OTA - Upload Speed: 115200 ### Problem Description 1) This example does not work really well if you don't close the file: https://github.com/esp8266/Arduino/blob/master/libraries/esp8266/examples/ConfigFile/ConfigFile.ino don't understand why you don't close the file when using arduino json. If I don't close the file I can't correctly read/write the file.
Basic Infos
Platform
Settings in IDE
Problem Description
https://github.com/esp8266/Arduino/blob/master/libraries/esp8266/examples/ConfigFile/ConfigFile.ino
don't understand why you don't close the file when using arduino json. If I don't close the file I can't correctly read/write the file.