-
Notifications
You must be signed in to change notification settings - Fork 1
/
user_settings.h
238 lines (228 loc) · 4.14 KB
/
user_settings.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
/*
user_settings.ino
Created on: Jan 1, 2021
Author: imac
*/
#ifndef USER_INFO_INO
#define USER_INFO_INO 1
#define AUTOCONNECT true // Use WiFi Connection manager with fallback web configuration portal instead of hard-coded SSID and Password
// Consumes extra 2 to 3K of valuable ram
#include "credentials.h" // Contains Hostname and WiFi credentials STASSID and STAPSK I don't want to be public
#define NUM_AIRPORTS 100 // This is really the number of LEDs not Stations
// FYI using test array 32 = 24, 44 = 32, 60 = 40, 73 = 48, 75 = 50, 86 = 56, 100 = 64, 132 = 96, 136 = 100, 140 = 104
const static int numOfAirportsGet = 32; //27; //30; //32; //NUM_AIRPORTS; // Number of airports to download per loop
#define WX_REFRESH_INTERVAL 15 // Minutes between WX updates
#define WIND_THRESHOLD 25 // Maximum wind speed for green, otherwise the LED turns yellow
#define DO_WINDS true // color LEDs for high winds
#define DO_LIGHTNING true // Lightning uses more power, but is cool.
#define USE_LIGHT_SENSOR true // Set USE_LIGHT_SENSOR to true if you're using any light sensor.
// Set LIGHT_SENSOR_TSL2561 to true if you're using a TSL2561 digital light sensor.
// Kits shipped after March 1, 2019 have a digital light sensor. Setting this to false assumes an analog light sensor.
#define LIGHT_SENSOR_TSL2561 true
const static char PROGMEM airports[][5] = {
"KBEH", // 1
"KLWA", // 2
"NULL", // 3
"KAZO", // 4
"KBTL", // 5
"KRMY", // 6
"NULL", // 7
"KHAI", // 8
"KIRS", // 9
"KOEB", // 10
"KJYM", // 11
"NULL", // 12
"KADG", // 13
"KUSE", // 14
"KTOL", // 15
"KDUH", // 16
"KTDZ", // 17
"NULL", // 18
"KPCW", // 19
"NULL", // 20
"KTTF", // 21
"NULL", // 22
"KARB", // 23
"KYIP", // 24
"KDTW", // 25
"KONZ", // 26
"KDET", // 27
"KVLL", // 28
"KMTC", // 29
"NULL", // 30
"KPHN", // 31
"NULL", // 32
"KD95", // 33
"NULL", // 34
"KPTK", // 35
"NULL", // 36
"KFNT", // 37
"KRNP", // 38
"NULL", // 39
"KOZW", // 40
"KTEW", // 41
"KJXN", // 42
"NULL", // 43
"KFPK", // 44
"KLAN", // 45
"NULL", // 46
"KY70", // 47
"NULL", // 48
"KGRR", // 49
"NULL", // 50
"KBIV", // 51
"NULL", // 52
"KMKG", // 53
"NULL", // 54
"KFFX", // 55
"NULL", // 56
"KRQB", // 57
"NULL", // 58
"NULL", // 59
"KLDM", // 60
"KMBL", // 61
"NULL", // 62
"KFKS", // 63
"NULL", // 64
"NULL", // 65
"KCAD", // 66
"NULL", // 67
"KTVC", // 68
"NULL", // 69
"KACB", // 70
"KCVX", // 71
"KMGN", // 72
"KPLN", // 73
"KMCD", // 74
"KSLH", // 75
"NULL", // 76
"KPZQ", // 77
"NULL", // 78
"KAPN", // 79
"NULL", // 80
"NULL", // 81
"KOSC", // 82
"KBAX", // 83
"NULL", // 84
"KCFS", // 85
"KHYX", // 86
"KMBS", // 87
"KIKW", // 88
"NULL", // 89
"KAMN", // 90
"KMOP", // 91
"NULL", // 92
"NULL", // 93
"KY31", // 94
"NULL", // 95
"KHTL", // 96
"NULL", // 97
"KGOV", // 98
"NULL", // 99
"KGLR" // 100
// Add more For testing
/* ,"KORD",
"KBHM",
"KHSV",
"KMGM",
"KMOB",
"KFSM",
"KLIT",
"KLCH",
"KMSY",
"KSHV", // 110
"KJAN",
"KCAG",
"KOKC",
"KTUL",
"KBNA",
"KMEM",
"KTRI",
"KTYS",
"KABI",
"KAMA", // 120
"KBRO",
"KCLL",
"KCRP",
"KDAL",
"KDRT",
"KELP",
"KHOU",
"KINK",
"KLBB",
"KLRD", // 130
"KMRF",
"KPSX",
"KSAT",
"KSPS",
"KEYW",
"KJAX",
"KMIA",
"KMLB",
"KPFN",
"KPIE", // 140
"KTLH",
"KATL",
"KCSG",
"KSAV",
"KHAT",
"KILM",
"KRDU",
"KCAE",
"KCHS",
"KFLO", // 150
"KGSP",
"KAXA",
"KAMW",
"KIKV",
"KAIO",
"KADU",
"KBNW",
"KBRL",
"KCIN",
"KCID", // 160
"KTVK",
"KCNC",
"KCCY",
"KCKP",
"KICL",
"KCAV",
"KCWI",
"KCBF",
"KCSQ",
"KDVN", // 170
"KDEH",
"KDNS",
"KDSM",
"KDBQ",
"KEST",
"KFFL",
"KFXY",
"KFOD",
"KFSW",
"KGGI", // 180
"KHPT",
"KHNR",
"KDMX",
"KIIB",
"KIOW",
"KIFA",
"KBOI",
"K65S",
"KBYI",
"KIDA", // 190
"KSFX",
"KTWF",
"KTWX",
"KCFV",
"KDDC",
"KLWC",
"KOJC",
"KTOP",
"KICT",
"KBIS", // 200
"KFAR",
"KMOT" // 202
*/
};
#endif