Merge branch 'master' into patch-3

This commit is contained in:
rcarteraz 2025-02-19 20:34:04 -07:00 committed by GitHub
commit f1c28471ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 2 deletions

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

@ -69,7 +69,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

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