mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-28 15:09:46 -08:00
updated device module with "environment" and longer interval
This commit is contained in:
parent
f7aa913157
commit
c414d19072
|
@ -57,8 +57,11 @@ values={[
|
||||||
]}>
|
]}>
|
||||||
<TabItem value="cli">
|
<TabItem value="cli">
|
||||||
|
|
||||||
```bash title="Set module update interval to 15 seconds"
|
```bash title="Set module update interval to default"
|
||||||
meshtastic --set telemetry_module_device_update_interval 15
|
meshtastic --set telemetry_module_device_update_interval 0
|
||||||
|
```
|
||||||
|
```bash title="Set module update interval to 120 seconds"
|
||||||
|
meshtastic --set telemetry_module_device_update_interval 120
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
Loading…
Reference in a new issue