Skip to content

Commit

Permalink
Fixed that FFat was formatted twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
CelliesProjects committed Feb 10, 2020
1 parent 3d17c83 commit ede66fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aquacontrol32.ino
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ void setup()
OLED.display();
}
ESP_LOGI( TAG, "%s", formatStr );
FFat.format( true, (char*)"ffat" );
if (!FFat.format( true, (char*)"ffat" ) || !FFat.begin()) {
ESP_LOGI( TAG, "FFat error while formatting. Halting." );
const char * errorffatStr = "FFat error.";
Expand Down

0 comments on commit ede66fc

Please sign in to comment.