mirror of
https://github.com/Roslund/meshtastic-map.git
synced 2026-03-28 17:43:03 +01:00
Missed to remove firmware version from update.
This commit is contained in:
@@ -960,7 +960,6 @@ client.on("message", async (topic, message) => {
|
||||
hardware_model: user.hwModel,
|
||||
is_licensed: user.isLicensed === true,
|
||||
role: user.role,
|
||||
firmware_version: (bitfield != null) ? '2.5.0 or newer' : '2.4.3 or older',
|
||||
...(bitfield != null && {
|
||||
firmware_version: '2.5.0 or newer',
|
||||
ok_to_mqtt: isOkToMqtt,
|
||||
|
||||
Reference in New Issue
Block a user