feat(node): Refactor Node Detail screen and enhance user feedback (#4291)

Signed-off-by: James Rich <2199651+jamesarich@users.noreply.github.com>
This commit is contained in:
James Rich
2026-01-24 21:00:23 -06:00
committed by GitHub
parent 8eb349e794
commit 2cdfababe5
37 changed files with 2014 additions and 1028 deletions

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2025 Meshtastic LLC
* Copyright (c) 2025-2026 Meshtastic LLC
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -14,7 +14,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
package org.meshtastic.core.model
enum class TelemetryType {
@@ -23,4 +22,6 @@ enum class TelemetryType {
AIR_QUALITY,
POWER,
LOCAL_STATS,
HOST,
PAX,
}