From a5c5ad98ad9fdd137b70d657acd0c9902ed0b01c Mon Sep 17 00:00:00 2001 From: dingo35 Date: Thu, 5 Dec 2024 10:31:10 +0100 Subject: [PATCH] update docs --- docs/building_flashing.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/building_flashing.md b/docs/building_flashing.md index 65b6d35b..c427c118 100644 --- a/docs/building_flashing.md +++ b/docs/building_flashing.md @@ -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