mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
- glcd: prefer icons in /var
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -60,8 +60,8 @@ const char * const weather_name[] =
|
||||
|
||||
const char * const weather_path[] =
|
||||
{
|
||||
ICONSDIR "/oled/weather/",
|
||||
ICONSDIR_VAR "/oled/weather/"
|
||||
ICONSDIR_VAR "/oled/weather/",
|
||||
ICONSDIR "/oled/weather/"
|
||||
};
|
||||
#define NUMBER_OF_PATHS (sizeof(weather_path)/sizeof(weather_path[0]))
|
||||
|
||||
|
Reference in New Issue
Block a user