Karsten Böddeker 7d930bd635 Update documentation | 8 years ago | |
---|---|---|
.. | ||
files | 8 years ago | |
i18n | 8 years ago | |
LICENSE | 8 years ago | |
Makefile | 8 years ago | |
ReadMe.md | 8 years ago | |
check_site.lua | 8 years ago |
This package enables the user to set latitude, longitude and altitude of their node within config mode. As the usage of the altitude is not well defined the corresponding field can be disabled.
config_mode.geo_location.show_altitude: optional
true
enables the altitude field (default)false
disables the altitude field if altitude has not yet been set{
config_mode = {
geo_location = {
show_altitude = false,
},
},
...
},