From 66a5a7bdcedb2aa02755bfffa95cc037526aaba2 Mon Sep 17 00:00:00 2001 From: zoutepopcorn Date: Mon, 10 Jun 2019 19:24:18 +0200 Subject: [PATCH] Update filesystem-example.ino file is not declared in this scope. You named it f --- arduino-ide/filesystem-example/filesystem-example.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arduino-ide/filesystem-example/filesystem-example.ino b/arduino-ide/filesystem-example/filesystem-example.ino index 782dd2c..353a5ad 100644 --- a/arduino-ide/filesystem-example/filesystem-example.ino +++ b/arduino-ide/filesystem-example/filesystem-example.ino @@ -30,7 +30,7 @@ void setup() { } } - file.close(); + f.close(); } void loop() {