Skip to content

Commit d590b10

Browse files
committed
Tutorial documentation update
1 parent a3eeba7 commit d590b10

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ Open `lzss.py` in a text editor (e.g., Notepad) and locate *line 15*, which shou
226226
lzss_functions = ctypes.CDLL(LZSS_SO_FILE)
227227
```
228228

229-
Replace it with the following code:
229+
Replace and update it with the following code:
230230

231231
```python
232232
import os

0 commit comments

Comments
 (0)