updated device module with "environment" and longer interval

This commit is contained in:
Foster Irwin 2022-03-31 19:33:44 -06:00
parent f7aa913157
commit c414d19072

View file

@ -57,8 +57,11 @@ values={[
]}>
<TabItem value="cli">
```bash title="Set module update interval to 15 seconds"
meshtastic --set telemetry_module_device_update_interval 15
```bash title="Set module update interval to default"
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>