Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dingo35 committed Dec 5, 2024
1 parent 179b910 commit a5c5ad9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/building_flashing.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ For versions older than v3.6.0, build the spiffs filesystem:
* Compile spiffs.bin: `pio run -t buildfs`

If you get all kinds of mongoose compile errors (mg_....), that means that your python environment is not installed correctly.
Usually a link from python python3 solves the problem:
```
whereis python3
cd /usr/bin
sudo ln -s /usr/bin/python3 /usr/bin/python
```

If you execute:
```
python packfs.py
Expand Down

0 comments on commit a5c5ad9

Please sign in to comment.