feat(wifi-provision): add mPWRD-OS branding and disclaimer banner (#4978)

This commit is contained in:
James Rich
2026-04-03 08:47:15 -05:00
committed by GitHub
parent 51251ab16a
commit fc86c696cd
8 changed files with 67 additions and 13 deletions
+2 -2
View File
@@ -23,9 +23,9 @@ classDef unknown fill:#FFADAD,stroke:#000,stroke-width:2px,color:#000;
```
<!--endregion-->
## WiFi Provisioning System
## WiFi Provisioning System — for mPWRD-OS
The `:feature:wifi-provision` module provides BLE-based WiFi provisioning for Meshtastic devices using the Nymea network manager protocol. It scans for provisioning-capable devices, retrieves available WiFi networks, and applies credentials — all over BLE via the Kable multiplatform library.
The `:feature:wifi-provision` module provides BLE-based WiFi provisioning for [mPWRD-OS](https://github.com/mPWRD-OS/mPWRD-OS) devices using the Nymea network manager protocol. mPWRD-OS is a community project that combines Armbian and Meshtastic for Linux-native mesh networking hardware. This module scans for provisioning-capable devices, retrieves available WiFi networks, and applies credentials — all over BLE via the Kable multiplatform library.
### Architecture