Modifications

Sauter à la navigation Sauter à la recherche
168 octets ajoutés ,  4 juin 2016 à 19:40
Ligne 73 : Ligne 73 :  
     # La configuration ci-dessous DOIT CORRESPONDRE A VOTRE ROUTEUR WIFI!!
 
     # La configuration ci-dessous DOIT CORRESPONDRE A VOTRE ROUTEUR WIFI!!
 
     wlan.ifconfig(config=('192.168.178.107', '255.255.255.0', '192.168.178.1', '8.8.8.8'))
 
     wlan.ifconfig(config=('192.168.178.107', '255.255.255.0', '192.168.178.1', '8.8.8.8'))
 +
    # Exemple sur mon routeur, j'ai configuré l'adresse IP Fixe 192.168.1.220
 +
    # wlan.ifconfig(config=('192.168.1.220', '255.255.255.0', '192.168.1.1', '8.8.8.8'))
    
if not wlan.isconnected():
 
if not wlan.isconnected():
29 917

modifications

Menu de navigation