Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.

Commit

Permalink
v1.7.2 to fix bug
Browse files Browse the repository at this point in the history
### Releases v1.7.2

1. Fix crashing issue for new cleared flash. Check [RP2040_RTC_Time crashes Pico, does not work #3](khoih-prog/RP2040_RTC#3)
  • Loading branch information
khoih-prog committed Nov 2, 2021
1 parent 24a9900 commit d4687a4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src_cpp/Timezone_Generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,6 @@ void Timezone::initStorage(uint32_t address)
{
// Reformat if we can't mount the filesystem
TZ_LOGERROR("LittleFS Mount Fail. Formatting... ");
TZ_FLUSH;

err = fs.reformat(&bd);
}
Expand Down

0 comments on commit d4687a4

Please sign in to comment.