summaryrefslogtreecommitdiff
path: root/setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'setup.h')
-rw-r--r--setup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.h b/setup.h
index 6800bad..b117300 100644
--- a/setup.h
+++ b/setup.h
@@ -13,6 +13,8 @@ class cWeatherforecastSetup : public cMenuSetupPage {
char city[100];
char lat[10];
char lon[10];
+ char userApiKey[100];
+ int userHoursToUpdate;
private:
cWeatherforecastConfig data;
void Setup(void);