update wait_bluetooth_secs

This commit is contained in:
pdxlocations 2023-08-05 22:26:43 -07:00
parent 31e36bb1a0
commit 1a7e371a16

View file

@ -27,9 +27,9 @@ to keep the Bluetooth link alive for eight hours (any usage of the Bluetooth pro
```shell title="Expected Output" ```shell title="Expected Output"
# You should see a result similar to this: # You should see a result similar to this:
mydir$ meshtastic --set bluetooth.wait_bluetooth_secs 28800 mydir$ meshtastic --set power.wait_bluetooth_secs 28800
Connected to radio... Connected to radio...
Setting bluetooth.wait_bluetooth_secs to 28800 Setting power.wait_bluetooth_secs to 28800
Writing modified preferences to device... Writing modified preferences to device...
``` ```