Karsten Böddeker 7d930bd635 Update documentation | 8 年之前 | |
---|---|---|
.. | ||
files | 8 年之前 | |
i18n | 8 年之前 | |
LICENSE | 8 年之前 | |
Makefile | 8 年之前 | |
ReadMe.md | 8 年之前 | |
check_site.lua | 8 年之前 |
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,
},
},
...
},