mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
New charts added to stats as we have access not to nodes via API
This commit is contained in:
@@ -328,7 +328,7 @@
|
||||
.catch(err => console.error(err));
|
||||
}
|
||||
|
||||
// ---- Polling Control ----
|
||||
// ---- Polling Control code ----
|
||||
let packetInterval = null;
|
||||
const mapInterval = {{ site_config["site"]["map_interval"] | default(3) }}; // seconds
|
||||
|
||||
|
||||
@@ -28,6 +28,9 @@ title = Bay Area Mesh
|
||||
# A brief message shown on the homepage.
|
||||
message = Real time data from around the bay area and beyond.
|
||||
|
||||
# Starting URL when loading the index page.
|
||||
starting = /chat
|
||||
|
||||
# Enable or disable site features (as strings: "True" or "False").
|
||||
nodes = True
|
||||
conversations = True
|
||||
@@ -48,6 +51,10 @@ map_bottom_right_lon = -121
|
||||
weekly_net_message = Weekly Mesh check-in. We will keep it open on every Wednesday from 5:00pm for checkins. The message format should be (LONG NAME) - (CITY YOU ARE IN) #BayMeshNet.
|
||||
net_tag = #BayMeshNet
|
||||
|
||||
# Updates intervals in seconds, zero or negative number means no updates
|
||||
# defaults will be 3 seconds
|
||||
map_interval=3
|
||||
firehose_interal=3
|
||||
|
||||
# -------------------------
|
||||
# MQTT Broker Configuration
|
||||
|
||||
Reference in New Issue
Block a user