internet module added by default
This commit is contained in:
parent
781eacae90
commit
31de42407b
1 changed files with 1 additions and 0 deletions
1
config.h
1
config.h
|
@ -13,6 +13,7 @@ static const Block blocks[] = {
|
|||
{"", "volume", 0, 10},
|
||||
{"", "battery", 5, 0},
|
||||
{"", "clock", 60, 0},
|
||||
{"", "internet", 5, 4},
|
||||
};
|
||||
|
||||
//sets delimeter between status commands. NULL character ('\0') means no delimeter.
|
||||
|
|
Loading…
Reference in a new issue