Skip to content

Commit 406e7e8

Browse files
Fix title cases
1 parent a2c7959 commit 406e7e8

File tree

1 file changed

+3
-2
lines changed
  • content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update

1 file changed

+3
-2
lines changed

content/hardware/04.pro/boards/portenta-h7/tutorials/over-the-air-update/content.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,9 @@ Convert your encoded file into `.ota` format
138138

139139
You can use `OTA_Usage_Portenta.ino.PORTENTA_H7_M7` as a sketch name for facilitated identification of the file. After this, you will have the `.ota` file of the sketch that you will use with the OTA process.
140140

141-
### Installing Python 3 on Ubuntu and the necessary modules
142-
If you recently installed Ubuntu maybe you can't run the **bin2ota.py** script. This may be because you need to install [Python 3](https://phoenixnap.com/kb/how-to-install-python-3-ubuntu). To do it execute the next command on **Ubuntu´s terminal**:
141+
### Installing Python 3 On Ubuntu
142+
143+
If you recently installed Ubuntu maybe you can't run the **bin2ota.py** script. This may be because you need to install [Python 3](https://phoenixnap.com/kb/how-to-install-python-3-ubuntu) and the necessary modules. To do it execute the next command on **Ubuntu´s terminal**:
143144

144145
```cpp
145146
sudo apt install python-is-python3

0 commit comments

Comments
 (0)