2.5 Add Short Turbo to the frequency calculator (#1430)
Some checks failed
CI / quality (push) Has been cancelled
CI / build (push) Has been cancelled

* add short turbo to calculator

* fix cr

* update bufs and update js

---------

Co-authored-by: rcarteraz <robert.l.carter2@gmail.com>
This commit is contained in:
pdxlocations 2024-09-14 23:56:57 -07:00 committed by GitHub
parent cbc5267559
commit 3498a6634e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6698 additions and 8246 deletions

View file

@ -22,7 +22,7 @@
"@giscus/react": "^3.0.0",
"@heroicons/react": "^2.1.1",
"@mdx-js/react": "^3.0.1",
"@meshtastic/js": "2.2.23-0",
"@meshtastic/js": "2.3.7-5",
"autoprefixer": "^10.4.17",
"base64-js": "^1.5.1",
"clsx": "^2.1.0",
@ -39,7 +39,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@buf/meshtastic_protobufs.bufbuild_es": "1.7.2-20240216123215-6b07c41c68c9.1",
"@buf/meshtastic_protobufs.bufbuild_es": "2.0.0-20240906232734-3da561588c55.2",
"@docusaurus/module-type-aliases": "3.1.1",
"@tailwindcss/typography": "^0.5.10",
"@tsconfig/docusaurus": "^2.0.2",

File diff suppressed because it is too large Load diff

View file

@ -215,6 +215,14 @@ const modemPresets = new Map<
Protobuf.Config.Config_LoRaConfig_ModemPreset,
Modem
>([
[
Protobuf.Config.Config_LoRaConfig_ModemPreset.SHORT_TURBO,
{
bw: 500,
cr: 5,
sf: 7,
},
],
[
Protobuf.Config.Config_LoRaConfig_ModemPreset.SHORT_FAST,
{