... | ... |
@@ -59,7 +59,7 @@ _CHART_HEIGHT = 150 |
59 | 59 |
### GLOBAL VARIABLES ### |
60 | 60 |
|
61 | 61 |
webUpdateInterval = _DEFAULT_WEB_DATA_UPDATE_INTERVAL # web update frequency |
62 |
-deviceUrl = "http://73.157.139.23:4371" # radiation monitor network address |
|
62 |
+deviceUrl = {your device URL} # radiation monitor network address |
|
63 | 63 |
deviceOnline = True |
64 | 64 |
debugOption = False |
65 | 65 |
|