Modifications

Sauter à la navigation Sauter à la recherche
41 octets supprimés ,  30 janvier 2017 à 18:26
Ligne 84 : Ligne 84 :     
<syntaxhighlight lang="python">
 
<syntaxhighlight lang="python">
// pour AWAKE_TIME secondes, nous allons passer et attendre les mises à jour OTA
+
// For AWAKE_TIME seconds we'll hang out and wait for OTA updates
     Pour (uint16_t i = 0; i <AWAKE_TIME; i ++) {
+
     for(uint16_t i=0; i<AWAKE_TIME; i++ ) {
       // Gestion des requêtes de mise à jour OTA
+
       // Handle OTA update requests
       ArduinoOTA.handle ();
+
       ArduinoOTA.handle();
       Retard (10000);
+
       delay(10000);
       rendement();
+
       yield();
 
</syntaxhighlight>
 
</syntaxhighlight>
  
704

modifications

Menu de navigation