Modifications

Sauter à la navigation Sauter à la recherche
33 octets ajoutés ,  22 mai 2016 à 19:31
Ligne 87 : Ligne 87 :  
If something goes wrong, you can reset the board in two ways. The first is to press CTRL-D at the MicroPython prompt, which performs a soft reset. You will see a message something like:
 
If something goes wrong, you can reset the board in two ways. The first is to press CTRL-D at the MicroPython prompt, which performs a soft reset. You will see a message something like:
   −
<nowiki>>>>
+
<syntaxhighlight lang="python">
 +
>>>
 
PYB: soft reboot
 
PYB: soft reboot
 
MicroPython v1.4.6-146-g1d8b5e5 on 2015-10-21; WiPy with CC3200
 
MicroPython v1.4.6-146-g1d8b5e5 on 2015-10-21; WiPy with CC3200
 
Type "help()" for more information.
 
Type "help()" for more information.
>>></nowiki>
+
>>>
 +
</syntaxhighlight>
    
If that isn’t working you can perform a hard reset (turn-it-off-and-on-again) by pressing the RST switch (the small black button next to the heartbeat LED). During telnet, this will end your session, disconnecting whatever program that you used to connect to the WiPy.
 
If that isn’t working you can perform a hard reset (turn-it-off-and-on-again) by pressing the RST switch (the small black button next to the heartbeat LED). During telnet, this will end your session, disconnecting whatever program that you used to connect to the WiPy.
    
{{WIPY-TRAILER}}
 
{{WIPY-TRAILER}}
29 917

modifications

Menu de navigation