mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-07-06 08:46:40 +10:00
Refactor AppBarTitle widget to remove unused style parameter; update related screens to reflect changes
Improve SNR handling by adding validation for spreading factor range in snrUiFromSNR function Update contact handling in MeshCoreConnector to fix variable naming and improve readability Stop parsing unsupported LPP types in CayenneLpp to avoid misalignment
This commit is contained in:
@@ -258,9 +258,8 @@ class CayenneLpp {
|
||||
break;
|
||||
// Add more types as needed...
|
||||
default:
|
||||
throw Exception(
|
||||
'Unsupported LPP type: ${type.toRadixString(16).padLeft(2, '0')}',
|
||||
);
|
||||
//Stopped parsing to avoid misalignment
|
||||
return channels.values.toList();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user