Modifications

Sauter à la navigation Sauter à la recherche
195 octets ajoutés ,  12 novembre 2016 à 14:12
Ligne 3 : Ligne 3 :  
{{traduction}}
 
{{traduction}}
 
== Activer WebREPL ==
 
== Activer WebREPL ==
The first step to using the WebREPL is to make sure it is available and enabled on your ESP8266 boardThe easiest way to enable the WebREPL is to load a release build of MicroPython ESP8266 firmware on your board as the release builds come with the WebREPL enabled by default. The release builds are those [http://micropython.org/download/#esp8266 available from the official download page] and with a simple version number like '''1.8.3''', not a daily build like '''1.8.3-52-gb0e2106'''.   
+
La première étape pour utiliser WebREPL est de vous assurer qu'il est activé sur votre carte ESP8266. La façon la plus simple d'activer WebREPL est de charger le "Build Officiel di Firmware MicroPython ESP8266" sur votre carte. Le build officiel dispose de WebREPL activé par défaut. Les builds officiels sont [http://micropython.org/download/#esp8266 disponibles sur la page de téléchargement de MicroPython]. Sélectionnez une version stable disposant proposant un numéro comme '''1.8.3''' (laissez de côté les builds journaliers qui portent un numéro comme '''1.8.3-52-gb0e2106''').   
   −
Check out this [[FEATHER-CHARGER-FICHIER-MICROPYTHON|handy guide on loading MicroPython firmware]] if you aren't sure how to load firmware.
+
Voyez notre guide [[FEATHER-CHARGER-FICHIER-MICROPYTHON|décrivant comment flasher le Firmware MicroPython sur une carte]] si vous ne savez pas encore comment faire.
   −
If you're using a daily or development build you can manually enable the WebREPL as [http://docs.micropython.org/en/latest/esp8266/esp8266/quickref.html#webrepl-web-browser-interactive-prompt mentioned in the documentation].  Connect to the board's serial REPL and run the follow commands:
+
Si vous utilisez un build journalier ou build de développement f you're using a daily or development build you can manually enable the WebREPL as [http://docs.micropython.org/en/latest/esp8266/esp8266/quickref.html#webrepl-web-browser-interactive-prompt mentioned in the documentation].  Connect to the board's serial REPL and run the follow commands:
    
  <syntaxhighlight lang="python">
 
  <syntaxhighlight lang="python">
29 917

modifications

Menu de navigation