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/hardware/devices/index.mdx b/docs/hardware/devices/index.mdx index 5a122c46..ccf68fa7 100644 --- a/docs/hardware/devices/index.mdx +++ b/docs/hardware/devices/index.mdx @@ -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 | | ------------------------------------------------------------ | ----------------------- | ---------- | 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