Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meshtastic/clientonly.options
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*DeviceProfile.long_name max_size:40
*DeviceProfile.long_name max_size:25
*DeviceProfile.short_name max_size:5
*DeviceProfile.ringtone max_size:231
*DeviceProfile.canned_messages max_size:201
2 changes: 1 addition & 1 deletion meshtastic/deviceonly.options
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*NodeInfoLite.hw_model int_size:8
*NodeInfoLite.role int_size:8

*UserLite.long_name max_size:40
*UserLite.long_name max_size:25
*UserLite.short_name max_size:5
*UserLite.public_key max_size:32 # public key
*UserLite.macaddr max_size:6 fixed_length:true
2 changes: 1 addition & 1 deletion meshtastic/mesh.options
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*id max_size:16 # node id strings
*public_key max_size:32 # public key

*User.long_name max_size:40
*User.long_name max_size:25
*User.short_name max_size:5

*RouteDiscovery.route max_count:8
Expand Down
2 changes: 1 addition & 1 deletion meshtastic/mqtt.options
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
*ServiceEnvelope.channel_id type:FT_POINTER
*ServiceEnvelope.gateway_id type:FT_POINTER

*MapReport.long_name max_size:40
*MapReport.long_name max_size:25
*MapReport.short_name max_size:5
*MapReport.firmware_version max_size:18
*MapReport.num_online_local_nodes int_size:16
Loading