mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-25 04:21:13 +02:00
Added numbers to the hop count
This commit is contained in:
@@ -55,7 +55,7 @@
|
||||
var fromNodeLatLng = L.latLng({{ from_node_cord | tojson }});
|
||||
|
||||
var fromNode = L.circleMarker(fromNodeLatLng, {
|
||||
radius: 8,
|
||||
radius: 10,
|
||||
color: 'red',
|
||||
weight: 1,
|
||||
fillColor: 'red',
|
||||
|
||||
Reference in New Issue
Block a user