forked from espressif/arduino-esp32
* Fixed FFat::end. Fixes #3244 * Missed the handle check in format
This commit is contained in:
@ -37,7 +37,7 @@ public:
|
||||
bool exists(const String& path);
|
||||
|
||||
private:
|
||||
wl_handle_t _wl_handle;
|
||||
wl_handle_t _wl_handle = WL_INVALID_HANDLE;
|
||||
};
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user