mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-30 21:11:19 +00:00
Missed a param
This commit is contained in:
parent
08f3a358aa
commit
1d89b0c47e
@ -22,7 +22,7 @@ static File openFile(const char *filename, bool fullAtomic)
|
||||
return FSCom.open(filenameTmp.c_str(), FILE_O_WRITE);
|
||||
}
|
||||
|
||||
SafeFile::SafeFile(const char *_filename, bool fullAtomic, bool removeFirst)
|
||||
SafeFile::SafeFile(const char *_filename, bool fullAtomic)
|
||||
: filename(_filename), f(openFile(_filename, fullAtomic)), fullAtomic(fullAtomic)
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user