1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00
This commit is contained in:
ficeto
2015-05-14 16:37:13 +03:00
parent 984eb3f3f2
commit c53daa7df3

View File

@ -80,7 +80,7 @@ public:
class FSClass {
private:
bool _mounted;
bool _mounted = false;
public:
bool mount();