Skip to content

Commit

Permalink
Formatting ;)
Browse files Browse the repository at this point in the history
Signed-off-by: simonmicro <simon@simonmicro.de>
  • Loading branch information
simonmicro committed Apr 6, 2024
1 parent 03bcaca commit 70302e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/_experiments/OswAppWeather.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ bool OswAppWeather::_request() {
if (OswServiceAllTasks::wifi.isConnected()) {
OswHal::getInstance()->disableDisplayBuffer();
this->forecast.clear();
this->dataLoaded=false;
this->dataLoaded = false;
OSW_LOG_D("free heap ", ESP.getFreeHeap());
code = http.GET();
} else {
Expand Down

0 comments on commit 70302e0

Please sign in to comment.