[AX25] Added note about Si443x support
This commit is contained in:
parent
43295e6827
commit
d795787c6c
2 changed files with 10 additions and 8 deletions
|
@ -11,6 +11,7 @@
|
||||||
- CC1101
|
- CC1101
|
||||||
- SX126x
|
- SX126x
|
||||||
- nRF24
|
- nRF24
|
||||||
|
- Si443x/RFM2x
|
||||||
|
|
||||||
Using raw AX.25 frames requires some
|
Using raw AX.25 frames requires some
|
||||||
knowledge of the protocol, refer to
|
knowledge of the protocol, refer to
|
||||||
|
@ -48,7 +49,7 @@ void setup() {
|
||||||
int state = fsk.beginFSK(434.0, 1.2, 0.5);
|
int state = fsk.beginFSK(434.0, 1.2, 0.5);
|
||||||
|
|
||||||
// when using one of the non-LoRa modules for AX.25
|
// when using one of the non-LoRa modules for AX.25
|
||||||
// (RF69, CC1101, etc.), use the basic begin() method
|
// (RF69, CC1101, Si4432 etc.), use the basic begin() method
|
||||||
// int state = fsk.begin();
|
// int state = fsk.begin();
|
||||||
|
|
||||||
if(state == ERR_NONE) {
|
if(state == ERR_NONE) {
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
- CC1101
|
- CC1101
|
||||||
- SX126x
|
- SX126x
|
||||||
- nRF24
|
- nRF24
|
||||||
|
- Si443x/RFM2x
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// include the library
|
// include the library
|
||||||
|
@ -41,7 +42,7 @@ void setup() {
|
||||||
int state = fsk.beginFSK(434.0, 1.2, 0.5);
|
int state = fsk.beginFSK(434.0, 1.2, 0.5);
|
||||||
|
|
||||||
// when using one of the non-LoRa modules for AX.25
|
// when using one of the non-LoRa modules for AX.25
|
||||||
// (RF69, CC1101, etc.), use the basic begin() method
|
// (RF69, CC1101,, Si4432 etc.), use the basic begin() method
|
||||||
// int state = fsk.begin();
|
// int state = fsk.begin();
|
||||||
|
|
||||||
if(state == ERR_NONE) {
|
if(state == ERR_NONE) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue