Modifications

Sauter à la navigation Sauter à la recherche
222 octets supprimés ,  30 janvier 2017 à 18:23
Ligne 84 : Ligne 84 :     
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
<font><font> // pour AWAKE_TIME secondes, nous allons passer et attendre les mises à jour OTA</font></font><font></font><font><font>
+
// pour AWAKE_TIME secondes, nous allons passer et attendre les mises à jour OTA
     Pour (uint16_t i = 0; i <AWAKE_TIME; i ++) {</font></font><font></font><font><font>
+
     Pour (uint16_t i = 0; i <AWAKE_TIME; i ++) {
       // Gestion des requêtes de mise à jour OTA</font></font><font></font><font><font>
+
       // Gestion des requêtes de mise à jour OTA
       ArduinoOTA.handle ();</font></font><font></font><font><font>
+
       ArduinoOTA.handle ();
       Retard (10000);</font></font><font></font><font><font>
+
       Retard (10000);
       rendement();</font></font>
+
       rendement();
 
</syntaxhighlight>
 
</syntaxhighlight>
  
704

modifications

Menu de navigation