We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e56c2 commit d1a9514Copy full SHA for d1a9514
2 files changed
README.md
@@ -201,7 +201,7 @@ Monitor at 115200 baud:
201
~/.platformio/penv/bin/pio device monitor
202
```
203
204
-Default air parameters: **869.480 MHz · SF8 · BW 62.5 kHz (`RF_BANDWIDTH_HZ=62500`) · CR 4/8 · preamble 8**
+Default air parameters: **869.480 MHz · SF8 · BW 62.5 kHz (`RF_BANDWIDTH_HZ=62500`) · CR 4/8 · preamble 16**
205
Override at build time: `build_flags = -DRIVR_RF_FREQ_HZ=915000000`
206
207
See [docs/FLASHING.md](docs/FLASHING.md) for all board variants and wiring tables.
variants/seeed_t1000_e/platformio.ini
@@ -18,6 +18,7 @@ build_flags =
18
-DRF_SPREADING_FACTOR=8
19
-DRF_BANDWIDTH_HZ=62500
20
-DRF_CODING_RATE=8
21
+ -DRF_TX_POWER_DBM=22
22
-DRIVR_RF_FREQ_HZ=869480000
23
24
[env_t1000_e_base]
0 commit comments