introduced weather service interface

This commit is contained in:
louis
2015-01-13 09:01:11 +01:00
parent c59cc4e610
commit 4d8d1cc629
11 changed files with 160 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ void cSDDisplayChannel::Flush(void) {
return;
if (initial) {
channelView->DrawCurrentWeather();
channelView->DrawCustomTokens();
}