mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
Merge pull request #1047 from pdxlocations/paxcounter-availability
add android and web client paxcounter config availability + Clarify Usage
This commit is contained in:
commit
3cb7891047
|
@ -7,10 +7,14 @@ sidebar_label: Paxcounter
|
|||
import Tabs from "@theme/Tabs";
|
||||
import TabItem from "@theme/TabItem";
|
||||
|
||||
The Paxcounter module counts the number of people passing by a specific area. It is commonly used in retail stores, museums, and other public spaces to monitor foot traffic and gather valuable data for analysis.
|
||||
The Paxcounter module counts the number of people passing by a specific area by scanning for WiFi and BLE MAC addresses. It is commonly used in retail stores, museums, and other public spaces to monitor foot traffic and gather valuable data for analysis.
|
||||
|
||||
In order to use this module, make sure your devices have firmware version 2.2.17 or higher.
|
||||
|
||||
:::info
|
||||
To operate the Paxcounter Module, it is mandatory to switch off both WiFi and Bluetooth in your Network and Bluetooth settings.
|
||||
:::
|
||||
|
||||
## Paxcounter Module Config Values
|
||||
|
||||
### Enabled
|
||||
|
@ -37,7 +41,11 @@ values={[
|
|||
#### Android
|
||||
|
||||
:::info
|
||||
No Paxcounter Module config options are available for Android.
|
||||
Paxcounter Config options are available for Android.
|
||||
|
||||
1. Open the Meshtastic App
|
||||
2. Navigate to: **Vertical Ellipsis (3 dots top right) > Radio Configuration > Paxcounter**
|
||||
|
||||
:::
|
||||
|
||||
</TabItem>
|
||||
|
@ -81,8 +89,8 @@ meshtastic --get paxcounter
|
|||
|
||||
:::info
|
||||
|
||||
No Paxcounter module config options are available in the Web UI.
|
||||
All Paxcounter module config options are available in the Web UI.
|
||||
|
||||
:::
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
</Tabs>
|
Loading…
Reference in a new issue