Skip to content

Commit

Permalink
Explain the user what is going on
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 9b9c14f commit 4802e96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/_experiments/OswAppWeather.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ bool OswAppWeather::loadData() {
inFile.open("file_weather.json"); //open the input file
if(!inFile.is_open()) {
OSW_LOG_E("Unable to open 'file_weather.json' in the current working directory");
OSW_LOG_W("→ Because the emaulator has no HTTP-capabilities (yet), you need to provide this file manually for now.");
// error handling will be done below as the string is empty
}
std::stringstream strStream;
Expand Down

0 comments on commit 4802e96

Please sign in to comment.