Merge branch 'meshtastic:master' into master

This commit is contained in:
Jessie 2025-02-24 10:43:53 +08:00 committed by GitHub
commit a7d95c7ffc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 35 additions and 4 deletions

View file

@ -92,7 +92,7 @@ import { Icon } from "@iconify/react";
</TabItem>
<TabItem value="fedora" label={<><Icon icon="mdi:fedora" style={{ marginRight: "0.25rem" }} height="1.5rem" /> 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";
</TabItem>
<TabItem value="epel" label={<><Icon icon="mdi:redhat" style={{ marginRight: "0.25rem" }} height="1.5rem" /> 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
```
</TabItem>
<TabItem value="docker" label={<><Icon icon="mdi:docker" style={{ marginRight: "0.25rem" }} height="1.5rem" /> Docker</>}>
Docker containers are provided via [DockerHub](https://hub.docker.com/r/meshtastic/meshtasticd).

View file

@ -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)

View file

@ -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

View file

@ -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.
<PositionPrecisionBits />

View file

@ -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

View file

@ -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 |
| ------------------------------------------------------------ | ----------------------- | ---------- |

View file

@ -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)

View file

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB