Skip to content

Commit

Permalink
Merge pull request #50 from jpvolt/master
Browse files Browse the repository at this point in the history
fix: warning of unused variable solved
  • Loading branch information
tobozo authored Oct 23, 2021
2 parents 60098ab + ec31e72 commit 2e2a7bb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ESP32-targz-lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1322,7 +1322,6 @@ bool GzUnpacker::gzExpander( fs::FS sourceFS, const char* sourceFile, fs::FS des
bool isupdate = false;
bool stream_to_tar = false;
bool gz_use_dict = true;
bool show_progress = false;

if( ESP.getFreeHeap() < GZIP_DICT_SIZE+GZIP_BUFF_SIZE ) {
size_t free_min_heap_blocks = ESP.getFreeHeap() / 512; // leave 1k heap, eat all the rest !
Expand Down

0 comments on commit 2e2a7bb

Please sign in to comment.