mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 13:41:28 +00:00
trunk fmt
This commit is contained in:
parent
dc0593c5a7
commit
5f90f45ac4
@ -222,7 +222,7 @@ void fsInit()
|
||||
* */
|
||||
Adafruit_LittleFS_Namespace::File file(FSCom);
|
||||
const char *filename = "/meshtastic.txt";
|
||||
if (! file.open(filename, FILE_O_WRITE) ) {
|
||||
if (!file.open(filename, FILE_O_WRITE)) {
|
||||
LOG_DEBUG("Format ....");
|
||||
FSCom.format();
|
||||
FSCom.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user