mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-29 16:03:14 +03:00
Parsed with restyle.sh. Compile with all errors.
This commit is contained in:
@ -55,7 +55,6 @@ extern const layout layout_8m7m;
|
||||
extern const layout layout_16m14m;
|
||||
extern const layout layout_16m15m;
|
||||
|
||||
|
||||
typedef std::function<void(File & f)> FileCb;
|
||||
|
||||
|
||||
@ -63,15 +62,9 @@ typedef std::function<void(File & f)> FileCb;
|
||||
|
||||
|
||||
|
||||
//376884
|
||||
//376452
|
||||
|
||||
|
||||
class FSTools {
|
||||
public:
|
||||
|
||||
|
||||
|
||||
FSTools();
|
||||
~FSTools();
|
||||
bool attemptToMountFS(fs::FS & fs);
|
||||
@ -84,7 +77,7 @@ public:
|
||||
private:
|
||||
uint32_t _getStartAddr(const FST::layout & layout);
|
||||
uint32_t _getSize(const FST::layout & layout);
|
||||
void _dumpFileInfo(File & f);
|
||||
// void _dumpFileInfo(File & f);
|
||||
bool _copyFS(FS & sourceFS, FS & destFS);
|
||||
|
||||
std::unique_ptr<fs::FS> _pFS;
|
||||
|
Reference in New Issue
Block a user