diff --git a/src/public/index.html b/src/public/index.html index b4733f1..12517db 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -3855,7 +3855,8 @@ (node.position_precision != null && node.position_precision !== 32 ? `
Position Precision: ${formatPositionPrecision(node.position_precision)}` : '') + `

Role: ${node.role_name}` + `
Hardware: ${node.hardware_model_name}` + - (node.firmware_version != null ? `
Firmware: ${node.firmware_version}` : ''); + (node.firmware_version != null ? `
Firmware: ${node.firmware_version}` : '') + + `
OK to MQTT: ${node.ok_to_mqtt}`; if(node.battery_level){ if(node.battery_level > 100){