mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- graphlcd: disable some console spam
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -133,10 +133,10 @@ void InitWeather(void)
|
||||
}
|
||||
}
|
||||
found:
|
||||
printf("[%s:%s] found file: %s\n", __file__, __func__, weather_file.c_str());
|
||||
//printf("[%s:%s] found file: %s\n", __file__, __func__, weather_file.c_str());
|
||||
weather[i] += std::string(weather_file);
|
||||
}
|
||||
printf("[%s:%s] finish initialization\n", __file__, __func__);
|
||||
//printf("[%s:%s] finish initialization\n", __file__, __func__);
|
||||
}
|
||||
|
||||
void WeatherUpdateFonts(void)
|
||||
|
Reference in New Issue
Block a user