From c53daa7df355d8b06adb087de8033fb57dabf77d Mon Sep 17 00:00:00 2001 From: ficeto Date: Thu, 14 May 2015 16:37:13 +0300 Subject: [PATCH] blah --- hardware/esp8266com/esp8266/cores/esp8266/FileSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hardware/esp8266com/esp8266/cores/esp8266/FileSystem.h b/hardware/esp8266com/esp8266/cores/esp8266/FileSystem.h index 7a4563357..460595cf3 100755 --- a/hardware/esp8266com/esp8266/cores/esp8266/FileSystem.h +++ b/hardware/esp8266com/esp8266/cores/esp8266/FileSystem.h @@ -80,7 +80,7 @@ public: class FSClass { private: - bool _mounted; + bool _mounted = false; public: bool mount();