diff --git a/docs/blocks/_linux-install.mdx b/docs/blocks/_linux-install.mdx index 09d58dc8..2392c1ed 100644 --- a/docs/blocks/_linux-install.mdx +++ b/docs/blocks/_linux-install.mdx @@ -92,7 +92,7 @@ import { Icon } from "@iconify/react"; Fedora}> Fedora packages are provided via [Fedora COPR](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/). - [![Copr build status](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/) + [![Copr build status](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/) Supported: Fedora `41`, Fedora `40` @@ -107,6 +107,28 @@ import { Icon } from "@iconify/react"; + RedHat (EPEL)}> + RedHat (EPEL) packages are provided via [Fedora COPR](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/). + Built with Redhat's [UBI](https://www.redhat.com/en/blog/introducing-red-hat-universal-base-image). + [![Copr build status](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/g/meshtastic/beta/package/meshtasticd/) + + Supported: EPEL `9`, EPEL `10` + + CentOS Stream, RedHat Enterprise Linux, AlmaLinux, Rocky Linux, and other [EPEL-supported](https://docs.fedoraproject.org/en-US/epel/getting-started/) distributions. + + **Install:** + + ```shell + # Add Meshtastic COPR repos + sudo dnf config-manager --set-enabled crb + sudo dnf install epel-release + sudo dnf copr enable @meshtastic/beta + # Install meshtasticd + sudo dnf install meshtasticd + ``` + + + Docker}> Docker containers are provided via [DockerHub](https://hub.docker.com/r/meshtastic/meshtasticd). diff --git a/docs/community/local-groups.mdx b/docs/community/local-groups.mdx index d67e0135..7e43fcf0 100644 --- a/docs/community/local-groups.mdx +++ b/docs/community/local-groups.mdx @@ -191,6 +191,10 @@ To be listed here, your group must be in compliance with our [Trademark Guidline - [Meshtastic Spanish Community](https://t.me/meshtastic_esp) +## Sweden + +- [STHLM-MESH](https://sthlm-mesh.se) + ## Taiwan - [Meshtastic Taiwan Community 臺灣鏈網 - Facebook](https://www.facebook.com/groups/413628121046386) diff --git a/docs/configuration/module/telemetry.mdx b/docs/configuration/module/telemetry.mdx index b2a4ba52..600aed5e 100644 --- a/docs/configuration/module/telemetry.mdx +++ b/docs/configuration/module/telemetry.mdx @@ -43,6 +43,7 @@ Supported sensors connected to the I2C bus of the device will be automatically d | DFROBOT_LARK | 0x42 | Temperature, barometric pressure, humidity, wind direction, wind speed | | MAX30102 | 0x57 | Heart Rate, Oxygen Saturation, and body temperature | | MLX90614 | 0x5A | Body temperature | +| NAU7802 | 0x2A | 24-Bit differential ADC for Wheatstone bridge | ## Module Config Values diff --git a/docs/configuration/radio/channels.mdx b/docs/configuration/radio/channels.mdx index e1b26873..1e7ab7a1 100644 --- a/docs/configuration/radio/channels.mdx +++ b/docs/configuration/radio/channels.mdx @@ -120,6 +120,7 @@ The `position_precision` value is an integer between 0 and 32: - A value of 0 means that location data is never sent over the given channel. - A value of 32 means that location data is sent with full precision. - Values in between indicate the number of bits of precision to be sent, which correspond to a position precision from the table below. +- The public MQTT server filters out precise positions, see [here](https://meshtastic.org/docs/software/integrations/mqtt/#location-precision-filtering) for more information. diff --git a/docs/configuration/radio/device.mdx b/docs/configuration/radio/device.mdx index aed84f96..73cb877b 100644 --- a/docs/configuration/radio/device.mdx +++ b/docs/configuration/radio/device.mdx @@ -187,6 +187,7 @@ All device config options are available in the python CLI. Example commands are | device.buzzer_gpio | `0` - `34` | `0` | | device.node_info_broadcast_secs | `3600` - `UINT MAX` | `10800` (3 hours) | | device.double_tap_as_button_press | `false`, `true` | `false` | +| device.disable_triple_click | `false`, `true` | `false` | :::tip diff --git a/docs/hardware/devices/index.mdx b/docs/hardware/devices/index.mdx index 980f3201..a8fcc2e3 100644 --- a/docs/hardware/devices/index.mdx +++ b/docs/hardware/devices/index.mdx @@ -70,7 +70,7 @@ Modular hardware system with Base, Core and Peripheral modules including the low | RAK12013 | Radar Sensor | | RAK13800 | Ethernet Module | -### [**WisBlock Displays**](./rak-wireless/wisblock/screens/) +[**WisBlock Displays**](./rak-wireless/wisblock/screens/) | Name | Type | Resolution | | ------------------------------------------------------------ | ----------------------- | ---------- | diff --git a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx index 93abaa6f..8afaa519 100644 --- a/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx +++ b/docs/hardware/devices/linux-native-hardware/linux-native-hardware.mdx @@ -33,7 +33,7 @@ Before proceeding with the setup, ensure the device meets the following requirem #### SPI -- Raspberry Pi: Zero, Zero 2, 3, 4, Pi 400, and Pi 5 on Raspbian `bookworm`. +- Raspberry Pi: Zero 2, 3, 4, Pi 400, and Pi 5 on Raspbian `bookworm`. - Luckfox Pico: [femtofox](https://github.com/noon92/femtofox/tree/main) on Ubuntu 22.04 `jammy`. #### USB (CH341) diff --git a/docs/software/web-client.mdx b/docs/software/web-client.mdx index 413b2865..dcff523f 100644 --- a/docs/software/web-client.mdx +++ b/docs/software/web-client.mdx @@ -47,7 +47,9 @@ The method with the least platform support, which uses the [Web Serial API](http ## Updating -The web interface is included in firmware releases. When a new firmware version is released, the latest WebUI will be automatically bundled. +When a new firmware version is released, the latest available version of the Web UI (littlefswebui.bin) is included in the release folder for each supported ESP32 device. To update the Web UI, use the [Meshtastic Web Flasher](https://flasher.meshtastic.org/). First, toggle "Full Erase and Install" to reveal the "Bundle Web UI" option, then enable "Bundle Web UI" before flashing. + +![Bundle Web UI Toggle](/img/software/webui-toggle.webp) ## Self Hosting diff --git a/static/img/software/webui-toggle.webp b/static/img/software/webui-toggle.webp new file mode 100644 index 00000000..c659e797 Binary files /dev/null and b/static/img/software/webui-toggle.webp differ