Skip to content

Commit

Permalink
Merge pull request #644 from visualapproach/development_v4
Browse files Browse the repository at this point in the history
Update main.cpp
  • Loading branch information
visualapproach authored Oct 16, 2023
2 parents 4a764f1 + 4f27a2a commit e852f92
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Code/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,13 +162,13 @@ void loop()
setTemperatureFromSensor();

/* Debug */
static uint8_t minutes = 0;
minutes++;
if(minutes >= 5)
{
minutes = 0;
write_mem_stats_to_file();
}
// static uint8_t minutes = 0;
// minutes++;
// if(minutes >= 5)
// {
// minutes = 0;
// write_mem_stats_to_file();
// }
}


Expand Down

0 comments on commit e852f92

Please sign in to comment.