Skip to content

Commit d1a9514

Browse files
committed
fix: update default preamble value and add TX power configuration for Seeed T1000-E variant
1 parent b3e56c2 commit d1a9514

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ Monitor at 115200 baud:
201201
~/.platformio/penv/bin/pio device monitor
202202
```
203203

204-
Default air parameters: **869.480 MHz · SF8 · BW 62.5 kHz (`RF_BANDWIDTH_HZ=62500`) · CR 4/8 · preamble 8**
204+
Default air parameters: **869.480 MHz · SF8 · BW 62.5 kHz (`RF_BANDWIDTH_HZ=62500`) · CR 4/8 · preamble 16**
205205
Override at build time: `build_flags = -DRIVR_RF_FREQ_HZ=915000000`
206206

207207
See [docs/FLASHING.md](docs/FLASHING.md) for all board variants and wiring tables.

variants/seeed_t1000_e/platformio.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ build_flags =
1818
-DRF_SPREADING_FACTOR=8
1919
-DRF_BANDWIDTH_HZ=62500
2020
-DRF_CODING_RATE=8
21+
-DRF_TX_POWER_DBM=22
2122
-DRIVR_RF_FREQ_HZ=869480000
2223

2324
[env_t1000_e_base]

0 commit comments

Comments
 (0)