Commit graph

17 commits

Author SHA1 Message Date
Mike Coles 552547ca1f updated coding rate to match radiohead docs 2022-09-30 19:34:04 +01:00
Garth Vander Houwen 41d1e1b8f1 more proto config change updates 2022-09-22 18:51:41 -07:00
Garth Vander Houwen 5b2b00dd67
Merge branch 'master' into patch-5 2022-09-12 12:08:49 -07:00
Vladislav Osmanov ffeba15437
channel names updated according the latest protobufs
https://github.com/meshtastic/Meshtastic-protobufs/blob/master/config.proto
2022-09-12 20:50:51 +03:00
Vladislav Osmanov 517ff71dcf
region codes updated according the latest protobufs
https://github.com/meshtastic/Meshtastic-protobufs/blob/master/config.proto
2022-09-12 20:46:16 +03:00
Vladislav Osmanov aa1a938a4e
channel names updated for the latest protobufs 2022-09-12 20:21:02 +03:00
Vladislav Osmanov f1f4f46f1d
param value is case sensitive
Using Python CLI v1.3.29:
```
>meshtastic --set lora.modem_preset longSlow
Connected to radio
lora.modem_preset does not have an enum called longSlow, so you can not set it.
Choices in sorted order are:
    LongFast
    LongSlow
    MedFast
    MedSlow
    ShortFast
    ShortSlow
    VLongSlow
LocalConfig and LocalModuleConfig do not have attribute lora.modem_preset.
```
2022-09-11 18:02:03 +03:00
Vladislav Osmanov df29475655
param value is case sensitive
Using Python CLI v1.3.29:
```
>meshtastic --set lora.region eu433
Connected to radio
lora.region does not have an enum called ru, so you can not set it.
Choices in sorted order are:
    ANZ
    CN
    EU433
    EU868
    IN
    JP
    KR
    NZ865
    RU
    TH
    TW
    US
    Unset
LocalConfig and LocalModuleConfig do not have attribute lora.region.
```
2022-09-11 17:57:46 +03:00
Garth Vander Houwen a1210afc34 1.3 Config updates 2022-08-18 07:34:39 -07:00
Garth Vander Houwen 579678ef01 1.3 Module Config updates 2022-08-03 08:14:18 -07:00
Garth Vander Houwen 3fa2f136de Update telemetry docs 2022-08-01 16:23:51 -07:00
Garth Vander Houwen 0041030f19 Update defaults to where things are working 2022-07-14 22:33:45 -07:00
Garth Vander Houwen 954b50a292 update device compatibiltiy 2022-07-11 11:05:10 -07:00
Garth Vander Houwen a0a295f407 Update 1.3 docs with flasher and web ui compatibility 2022-06-29 22:01:59 -07:00
Garth Vander Houwen e74ab73da5 Add user config options 2022-06-29 08:55:33 -07:00
Garth Vander Houwen 71fe9942a5 Consistancy updates 2022-06-24 19:53:21 -07:00
Garth Vander Houwen 79468bd8b3 Update 1.2 pages 2022-06-24 19:42:37 -07:00