fix: Update battery voltage reading and adjust path length handling in ChannelMessage

This commit is contained in:
Winston Lowe
2026-03-23 11:24:33 -07:00
parent fc7283f076
commit 0228c38621
3 changed files with 3 additions and 6 deletions
-1
View File
@@ -975,7 +975,6 @@ void _privacySettings(BuildContext context, MeshCoreConnector connector) {
value: advertLocPolicy,
onChanged: (value) {
setDialogState(() => advertLocPolicy = value);
advertLocPolicy = value;
},
),
const SizedBox(height: 8),