Skip to content

Commit a5c5ad9

Browse files
author
dingo35
committed
update docs
1 parent 179b910 commit a5c5ad9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/building_flashing.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ For versions older than v3.6.0, build the spiffs filesystem:
2626
* Compile spiffs.bin: `pio run -t buildfs`
2727

2828
If you get all kinds of mongoose compile errors (mg_....), that means that your python environment is not installed correctly.
29+
Usually a link from python python3 solves the problem:
30+
```
31+
whereis python3
32+
cd /usr/bin
33+
sudo ln -s /usr/bin/python3 /usr/bin/python
34+
```
35+
2936
If you execute:
3037
```
3138
python packfs.py

0 commit comments

Comments
 (0)