Modifications

Sauter à la navigation Sauter à la recherche
308 octets ajoutés ,  12 octobre 2018 à 13:22
Ligne 157 : Ligne 157 :  
The RFM69HCW 433Mhz can generate signal from  
 
The RFM69HCW 433Mhz can generate signal from  
    +
Locate the following lignes:
    +
<syntaxhighlight lang="c">// Change to 434.0 or other frequency, must match RX's freq!
 +
#define RF69_FREQ 915.0
 +
</syntaxhighlight>
 +
 +
And update it to
 +
 +
<syntaxhighlight lang="c">// Change to 434.0 or other frequency, must match RX's freq!
 +
#define RF69_FREQ 433.0
 +
</syntaxhighlight>
    
{{ENG-CANSAT-TRAILER}}
 
{{ENG-CANSAT-TRAILER}}
29 837

modifications

Menu de navigation