Created
July 7, 2022 03:45
-
-
Save iffybooks/166f866d95f50c77473a7afbea4f6e22 to your computer and use it in GitHub Desktop.
Example Meshtastic configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Example Meshtastic configuration file | |
# Use the following command to update preferences: | |
# meshtastic --configure config.yml | |
owner: Iffy_Books | |
owner_short: IFF | |
# Change the URL below to match your friends' devices | |
channel_url: https://www.meshtastic.org/d/#CiQYAyIgvc0rL4ZyTGFD0qE7s2ptf9Mm6QQxXeedO2fpmBZ1xb0 | |
user_prefs: | |
region: US | |
screen_on_secs: 60 | |
wait_bluetooth_secs: 120 | |
phone_timeout_secs: 1800 | |
position_broadcast_secs: 120 | |
mesh_sds_timeout_secs: 4294967295 | |
ls_secs: 300 | |
is_always_powered: 'true' | |
#is_router: 'true' | |
#store_forward_plugin_enabled: 'true' | |
#store_forward_plugin_heartbeat: 'true' | |
#store_forward_plugin_history_return_max: 100 | |
#store_forward_plugin_history_return_window: 1440 | |
#store_forward_plugin_records: 0 | |
# Complete preference list: | |
#adc_multiplier_override | |
#auto_screen_carousel_secs | |
#canned_message_plugin_allow_input_source | |
#canned_message_plugin_enabled | |
#canned_message_plugin_messages | |
#canned_message_plugin_send_bell | |
#charge_current | |
#debug_log_enabled | |
#environmental_measurement_plugin_display_farenheit | |
#environmental_measurement_plugin_measurement_enabled | |
#environmental_measurement_plugin_read_error_count_threshold | |
#environmental_measurement_plugin_recovery_interval | |
#environmental_measurement_plugin_screen_enabled | |
#environmental_measurement_plugin_sensor_pin | |
#environmental_measurement_plugin_sensor_type | |
#environmental_measurement_plugin_update_interval | |
#ext_notification_plugin_active | |
#ext_notification_plugin_alert_bell | |
#ext_notification_plugin_alert_message | |
#ext_notification_plugin_enabled | |
#ext_notification_plugin_output | |
#ext_notification_plugin_output_ms | |
#factory_reset | |
#fixed_position | |
#frequency_offset | |
#gps_accept_2d | |
#gps_attempt_time | |
#gps_format | |
#gps_max_dop | |
#gps_operation | |
#gps_update_interval | |
#hop_limit | |
#ignore_incoming | |
#is_always_powered | |
#is_lora_tx_disabled | |
#is_low_power | |
#is_power_saving | |
#is_router | |
#location_share | |
#ls_secs | |
#mesh_sds_timeout_secs | |
#min_wake_secs | |
#mqtt_disabled | |
#mqtt_encryption_enabled | |
#mqtt_password | |
#mqtt_server | |
#mqtt_username | |
#on_battery_shutdown_after_secs | |
#phone_sds_timeout_sec | |
#phone_timeout_secs | |
#position_broadcast_secs | |
#position_broadcast_smart | |
#position_flags | |
#range_test_plugin_enabled | |
#range_test_plugin_save | |
#range_test_plugin_sender | |
#region | |
#rotary1_enabled | |
#rotary1_event_ccw | |
#rotary1_event_cw | |
#rotary1_event_press | |
#rotary1_pin_a | |
#rotary1_pin_b | |
#rotary1_pin_press | |
#screen_on_secs | |
#sds_secs | |
#send_owner_interval | |
#serial_disabled | |
#serialplugin_echo | |
#serialplugin_enabled | |
#serialplugin_mode | |
#serialplugin_rxd | |
#serialplugin_timeout | |
#serialplugin_txd | |
#store_forward_plugin_enabled | |
#store_forward_plugin_heartbeat | |
#store_forward_plugin_history_return_max | |
#store_forward_plugin_history_return_window | |
#store_forward_plugin_records | |
#wait_bluetooth_secs | |
#wifi_ap_mode | |
#wifi_password | |
#wifi_ssid |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment