From 3be31698dfcbdc6761cc1d1b7ccf2966f7d6acd2 Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Mon, 24 Mar 2025 19:14:02 -0700 Subject: [PATCH] remove fox references --- localisations/en.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/localisations/en.ini b/localisations/en.ini index ebd01ef..a677aba 100644 --- a/localisations/en.ini +++ b/localisations/en.ini @@ -24,9 +24,9 @@ serial_enabled, "Enable serial console", "" button_gpio, "Button GPIO", "GPIO pin for user button." buzzer_gpio, "Buzzer GPIO", "GPIO pin for user buzzer." rebroadcast_mode, "Rebroadcast mode", "This setting defines the device's behavior for how messages are rebroadcast." -node_info_broadcast_secs, "Nodeinfo broadcast interval", "This is the number of seconds between NodeInfo message broadcasts. Femtofox will still send nodeinfo in response to new nodes on the mesh." +node_info_broadcast_secs, "Nodeinfo broadcast interval", "This is the number of seconds between NodeInfo message broadcasts. Will also send a nodeinfo in response to new nodes on the mesh." double_tap_as_button_press, "Double tap as button press", "This option will enable a double tap, when a supported accelerometer is attached to the device, to be treated as a button press." -is_managed, "Enable managed mode", "Enabling Managed Mode blocks smartphone apps and web UI from changing configuration. [note]This setting is not required for remote node administration.[/note]Before enabling, verify that node can be controlled via Remote Admin to [warning]prevent being locked out.[/warning]" +is_managed, "Enable managed mode", "Enabling Managed Mode blocks smartphone apps and web UI from changing configuration. [note]This setting is not required for remote node administration.[/note] Before enabling, verify that node can be controlled via Remote Admin to [warning]prevent being locked out.[/warning]" disable_triple_click, "Disable triple button press", "" tzdef, "Timezone", "Uses the TZ Database format to display the correct local time on the device display and in its logs." led_heartbeat_disabled, "Disable LED heartbeat", "On certain hardware models, this disables the blinking heartbeat LED." @@ -115,7 +115,7 @@ spread_factor, "Spread factor", "Indicates the number of chirps per symbol. Only coding_rate, "Coding rate", "The proportion of each LoRa transmission that contains actual data - the rest is used for error correction." frequency_offset, "Frequency offset", "This parameter is for advanced users with advanced test equipment." region, "Region", "Sets the region for your node. As long as this is not set, the node will display a message and not transmit any packets." -hop_limit, "Hop limit", "The maximum number of intermediate nodes between Femtofox and a node it is sending to. Does not impact received messages.\n[warning]Excessive hop limit increases congestion![/warning]\nMust be between 0-7." +hop_limit, "Hop limit", "The maximum number of intermediate nodes between our node and a node it is sending to. Does not impact received messages.\n[warning]Excessive hop limit increases congestion![/warning]\nMust be between 0-7." tx_enabled, "Enable TX", "Enables/disables the radio chip. Useful for hot-swapping antennas." tx_power, "TX power in dBm", "[warning]Setting a 33db radio above 8db will permanently damage it. ERP above 27db violates EU law. ERP above 36db violates US (unlicensed) law.[/warning] If 0, will use the max continuous power legal in region. Must be 0-30 (0=automatic)." channel_num, "Frequency slot", "Determines the exact frequency the radio transmits and receives. If unset or set to 0, determined automatically by the primary channel name." @@ -139,7 +139,7 @@ private_key, "Private key", "The private key of the device, used to create a sha is_managed, "Enable managed mode", "Enabling Managed Mode blocks smartphone apps and web UI from changing configuration. [note]This setting is not required for remote node administration.[/note]Before enabling, verify that node can be controlled via Remote Admin to [warning]prevent being locked out.[/warning]" serial_enabled, "Enable serial console", "" debug_log_api_enabled, "Enable debug log", "Set this to true to continue outputting live debug logs over serial or Bluetooth when the API is active." -admin_channel_enabled, "Enable legacy admin channel", "If the node you Femtofox needs to administer or be administered by is running 2.4.x or earlier, you should set this to enabled. Requires a secondary channel named 'admin' be present on both nodes." +admin_channel_enabled, "Enable legacy admin channel", "If the node you need to administer or be administered by is running 2.4.x or earlier, you should set this to enabled. Requires a secondary channel named 'admin' be present on both nodes." admin_key, "Admin keys", "The public key(s) authorized to send administrative messages to this node. Only messages signed by these keys will be accepted for administrative control. Up to 3." [module.mqtt]