Merge branch 'master' into android_broken_links

This commit is contained in:
Ben Lipsey 2023-10-04 10:14:26 -07:00 committed by GitHub
commit 9c4bf9fb41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 5 deletions

View file

@ -112,11 +112,11 @@ meshtastic --set detection_sensor.monitor_pin 7
```
```shell title="Enable Notifications when the Monitor Pin goes HIGH"
meshtastic --set detection_sensor.monitor_pin true
meshtastic --set detection_sensor.detection_triggered_high true
```
```shell title="Enable Notifications when the Monitor Pin goes LOW"
meshtastic --set detection_sensor.monitor_pin false
meshtastic --set detection_sensor.detection_triggered_high false
```
```shell title="Enable the use INPUT_PULLUP mode"

View file

@ -162,7 +162,7 @@ LoRa config commands are available in the python CLI. Example commands are below
| Setting | Acceptable Values | Default |
| :-------------------------: | :-------------------------------------------------------------------------------------------------------------------------: | :---------: |
| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST` |
| lora.modem_preset | `LONG_FAST`, `LONG_SLOW`, `VERY_LONG_SLOW`, `MEDIUM_SLOW`, `MEDIUM_FAST`, `SHORT_SLOW`, `SHORT_FAST` | `LONG_FAST`, `LONG_MODERATE` |
| lora.use_preset | `false`, `true` | `false` |
| lora.region | `UNSET`, `US`, `EU_433`, `EU_868`, `CN`, `JP`, `ANZ`, `KR`, `TW`, `RU` ,`IN`, `NZ_865`, `TH`, `LORA_24`, `UA_433`, `UA_868` | `UNSET` |
| lora.bandwidth | `31`, `62`, `125`, `250`, `500` | `250` |

View file

@ -20,6 +20,14 @@
"source": "/docs/settings/config/:path*",
"destination": "/docs/configuration/radio/:path*"
},
{
"source": "/docs/hardware/peripheral/",
"destination": "/docs/configuration/module/remote-hardware#remote-hardware-module-usage"
},
{
"source": "/docs/configuration/rak-gpio-mapping",
"destination": "/docs/hardware/devices/rak/core-module#gpio"
},
{
"source": "/software/android-too-old",
"destination": "/docs/software/android/installation"
@ -30,3 +38,7 @@
}
]
}