glcd: prefer icons in /var

Origin commit data
------------------
Commit: c7a1f7e0de
Author: vanhofen <vanhofen@gmx.de>
Date: 2020-06-23 (Tue, 23 Jun 2020)

Origin message was:
------------------
- glcd: prefer icons in /var
This commit is contained in:
vanhofen
2020-06-23 01:09:00 +02:00
parent ea3dcc6eca
commit dd70e5dfb9
3 changed files with 3 additions and 3 deletions

View File

@@ -48,8 +48,8 @@ const char * const file_name[] =
const char * const file_path[] =
{
ICONSDIR "/oled/clock/",
ICONSDIR_VAR "/oled/clock/"
ICONSDIR "/oled/clock/",
};
#define NUMBER_OF_PATHS (sizeof(file_path)/sizeof(file_path[0]))