Modifications

Sauter à la navigation Sauter à la recherche
6 octets supprimés ,  12 octobre 2018 à 17:39
Ligne 90 : Ligne 90 :  
The encryption key is defined into the following lines.
 
The encryption key is defined into the following lines.
   −
<syntaxhighlight lang="c"> // The encryption key has to be the same as the one in the server
+
<syntaxhighlight lang="c">// The encryption key has to be the same as the one in the server
  uint8_t key[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
+
uint8_t key[] = { 0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08,
                    0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08};
+
                  0x01, 0x02, 0x03, 0x04, 0x05, 0x06, 0x07, 0x08};
 
rf69.setEncryptionKey(key);</syntaxhighlight>
 
rf69.setEncryptionKey(key);</syntaxhighlight>
  
29 910

modifications

Menu de navigation