mirror of
https://github.com/zjs81/meshcore-open.git
synced 2026-04-20 22:13:48 +00:00
- Added storageUsedKb and storageTotalKb properties to MeshCoreConnector. - Updated battery and storage frame parsing with improved error handling. - Refactored log RX data handling to use BufferReader for better readability and error management. - Enhanced message parsing in ChannelMessage and Message classes to utilize BufferReader. - Introduced new text type for signed messages in meshcore_protocol.dart. - Updated BLE debug log screen to use BufferReader for payload parsing. - Refactored message retry service to handle ACK hashes as integers instead of Uint8List. - Improved message storage serialization and deserialization to accommodate new expectedAckHash type. - Added wasPulled property to Contact model for better state management. |
||
|---|---|---|
| .. | ||
| channel_message_store.dart | ||
| channel_order_store.dart | ||
| channel_settings_store.dart | ||
| channel_store.dart | ||
| community_store.dart | ||
| contact_discovery_store.dart | ||
| contact_group_store.dart | ||
| contact_settings_store.dart | ||
| contact_store.dart | ||
| message_store.dart | ||
| prefs_manager.dart | ||
| unread_store.dart | ||