fix on alert info

This commit is contained in:
Emmanuel Florent
2019-07-09 14:48:53 +02:00
parent 4f7157cdd5
commit 05cbedee36
99 changed files with 154 additions and 156 deletions

View File

@@ -119,5 +119,5 @@ print(pycom_devices[0]) # expect 'wipy'
{{% hint style="info" %}}
For more Python examples, check out these [tutorials](https://www.tutorialspoint.com/python3/). Be aware of the implementation differences between MicroPython and Python 3.5.
{{< /hint >}}
{{% /hint %}}

View File

@@ -26,7 +26,7 @@ If you are using Atom, it is important to check at this point that Atom has succ
![](/gitbook/assets/atom_project.png)
If this is not the case you can press `alt-ctrl-r` on Windows/Linux or `ctrl-alt-cmd-l` on macOS, in order to reload Atom and fix the issue.
{{< /hint >}}
{{% /hint %}}
4. Now that you have a project created, we need to add some files to it. A standard MicroPython project has the following structure:

View File

@@ -28,5 +28,5 @@ Micropython also has a number of Micropython specific libraries for accessing ha
Micropython, unlike C/C++ or Arduino, **does not use braces {} to indicate blocks of code** specified for class and function definitions or flow control. Blocks of code are denoted by line indentation, which is strictly enforced.
The number of spaces in the indentation is variable but all statements within a block must be indented the same amount.
{{< /hint >}}
{{% /hint %}}

View File

@@ -24,5 +24,5 @@ There are a number of useful shortcuts for interacting with the MicroPython REPL
* `Ctrl-D` on a blank line will do a soft reset.
* `Ctrl-E` enters paste mode' that allows you to copy and paste chunks of text. Exit this mode using `Ctrl-D`.
* `Ctrl-F` performs a "safe-boot" of the device that prevents `boot.py` and `main.py` from executing
{{< /hint >}}
{{% /hint %}}

View File

@@ -23,5 +23,5 @@ There are a number of useful shortcuts for interacting with the MicroPython REPL
* `Ctrl-D` on a blank line will do a soft reset.
* `Ctrl-E` enters paste mode' that allows you to copy and paste chunks of text. Exit this mode using `Ctrl-D`.
* `Ctrl-F` performs a "safe-boot" of the device that prevents `boot.py` and `main.py` from executing
{{< /hint >}}
{{% /hint %}}

View File

@@ -33,7 +33,7 @@ This will allow screen to exited by pressing `CTRL-A Q`.
{{% hint style="info" %}}
On Linux, `picocom` or `minicom` may be used instead of `screen`. The usb serial address might also be listed as `/dev/ttyUSB01` or a higher increment for `ttyUSB`. Additionally, the elevated permissions to access the device (e.g. group uucp/dialout or use `sudo`) may be required.
{{< /hint >}}
{{% /hint %}}
## Windows

View File

@@ -43,4 +43,4 @@ A terminal emulator is needed to open a telnet connection from Windows; the easi
{{% hint style="info" %}}
When using a Pycom device with a personal, home or office WiFi access point, the telnet connection may still be used. In this instance, the user will need to determine the Pycom device's local IP address and substitute this for `192.168.4.1`, referred to in the earlier sections.
{{< /hint >}}
{{% /hint %}}

View File

@@ -40,7 +40,7 @@ If problems occur within the filesystem or you wish to factory reset your module
{{% hint style="danger" %}}
Be aware, resetting the flash filesystem will delete all files inside the internal device storage (not the SD card) and they cannot be recovered.
{{< /hint >}}
{{% /hint %}}
## Reset