[RTTY] Added note about SX128x usage
This commit is contained in:
parent
acc2fd36f6
commit
4b0c68e297
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
||||||
- SX126x
|
- SX126x
|
||||||
- nRF24
|
- nRF24
|
||||||
- Si443x/RFM2x
|
- Si443x/RFM2x
|
||||||
|
- SX128x
|
||||||
|
|
||||||
For full API reference, see the GitHub Pages
|
For full API reference, see the GitHub Pages
|
||||||
https://jgromes.github.io/RadioLib/
|
https://jgromes.github.io/RadioLib/
|
||||||
|
@ -70,6 +71,7 @@ void setup() {
|
||||||
// SX126x - 1 Hz
|
// SX126x - 1 Hz
|
||||||
// nRF24 - 1000000 Hz
|
// nRF24 - 1000000 Hz
|
||||||
// Si443x/RFM2x - 156 Hz
|
// Si443x/RFM2x - 156 Hz
|
||||||
|
// SX128x - 198 Hz
|
||||||
Serial.print(F("[RTTY] Initializing ... "));
|
Serial.print(F("[RTTY] Initializing ... "));
|
||||||
// low ("space") frequency: 434.0 MHz
|
// low ("space") frequency: 434.0 MHz
|
||||||
// frequency shift: 183 Hz
|
// frequency shift: 183 Hz
|
||||||
|
|
Loading…
Add table
Reference in a new issue