Spruce up LoRaConfigScreen (#3224)

This commit is contained in:
Phil Oliver 2025-09-28 12:52:42 -04:00 committed by GitHub
parent 8c16052229
commit 3951ebb375
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 332 additions and 239 deletions

View file

@ -125,6 +125,16 @@
<string name="config_lora_hop_limit_summary">Sets the maximum number of hops, default is 3. Increasing hops also increases congestion and should be used carefully. 0 hop broadcast messages will not get ACKs.</string>
<string name="config_lora_frequency_slot_summary">Your nodes operating frequency is calculated based on the region, modem preset, and this field. When 0, the slot is automatically calculated based on the primary channel name and will change from the default public slot. Change back to the public default slot if private primary and public secondary channels are configured.</string>
<string name="label_very_long_slow">Very Long Range - Slow</string>
<string name="label_long_fast">Long Range - Fast</string>
<string name="label_long_moderate">Long Range - Moderate</string>
<string name="label_long_slow">Long Range - Slow</string>
<string name="label_medium_fast">Medium Range - Fast</string>
<string name="label_medium_slow">Medium Range - Slow</string>
<string name="label_short_turbo">Short Range - Turbo</string>
<string name="label_short_fast">Short Range - Fast</string>
<string name="label_short_slow">Short Range - Slow</string>
<string name="config_network_wifi_enabled_summary">Enabling WiFi will disable the bluetooth connection to the app.</string>
<string name="config_network_eth_enabled_summary">Enabling Ethernet will disable the bluetooth connection to the app. TCP node connections are not available on Apple devices.</string>
<string name="config_network_udp_enabled_summary">Enable broadcasting packets via UDP over the local network.</string>
@ -174,7 +184,8 @@
<string name="analytics_okay">Allow analytics and crash reporting.</string>
<string name="accept">Accept</string>
<string name="cancel">Cancel</string>
<string name="clear_changes">Clear changes</string>
<string name="discard_changes">Discard changes</string>
<string name="save_changes">Save</string>
<string name="new_channel_rcvd">New Channel URL received</string>
<string name="permission_missing">Meshtastic needs location permissions enabled to find new devices via Bluetooth. You can disable when not in use.</string>
<string name="report_bug">Report Bug</string>