-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.ini
29 lines (29 loc) · 1.41 KB
/
config.ini
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
[meshtastic]
plugin_enable = True
# use tcp or serial
interface = tcp
# Your lora meshtastic IP
host = 192.168.178.155
# Your lora meshtastic comport
serial_port = COM14
# After how many minutes mark a node as old
map_delete_time = 60
# After how many minutes delete nodes (10080 = 7 days)
map_oldnode_time = 10080
# Map Trail Age in minutes (The red trail when moving) 720 = delete after 12 hours
map_trail_age = 720
# Metrics age in minutes (Battery, voltage etc) 1440 = delete after 24 hours
metrics_age = 1500
# Map Tile Server used
map_tileserver = https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
# Local cache for map tiles (This can be a lot of data, dont go zoom the whole world at max zoom) also might fail to save at times if to many requests are made
map_cache = True
# Example for tiles be
# CARTO.com Dark > https://basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png
# CARTO.com Light > https://basemaps.cartocdn.com/light_all/{z}/{x}/{y}.png
# CARTO.com voyager > https://basemaps.cartocdn.com/rastertiles/voyager/{z}/{x}/{y}.png
# CARTO.com https://basemaps.cartocdn.com/spotify_dark/{z}/{x}/{y}.png
# OpenStreetMap > https://tile.openstreetmap.org/{z}/{x}/{y}.png
# OpenStreetMao Soft> https://tile-a.openstreetmap.fr/hot/{z}/{x}/{y}.png
# google normal > https://mt0.google.com/vt/lyrs=m&hl=en&x={x}&y={y}&z={z}&s=Ga
# google satellite > https://mt0.google.com/vt/lyrs=s&hl=en&x={x}&y={y}&z={z}&s=Ga