mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-21 21:22:31 +03:00
* Remove trailing whitespace * Improve "is file" check for LittleFS support The previous implementation was based on a quirk of SPIFFS (that exists returns false for directories) so it wouldn't work with LittleFS. This implementation works with both. Co-authored-by: Develo <deveyes@gmail.com>