From 1f59e6c7c57ed08e3483b86a22de5abd855b041e Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 1 Apr 2024 01:52:45 +1300 Subject: [PATCH] show firmware version --- src/public/index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index 916f594..75b0f6d 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -2223,7 +2223,8 @@ `
Short Name: ${node.short_name}` + `
MQTT Status: ${mqttStatus}` + `

Role: ${node.role_name}` + - `
Hardware: ${node.hardware_model_name}`; + `
Hardware: ${node.hardware_model_name}` + + `
Firmware: ${node.firmware_version || '???'}`; if(node.battery_level){ if(node.battery_level > 100){