From b734784b440f5f9b7c479c3a16eb6b912bff6890 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Sat, 4 Apr 2026 11:23:04 +0200 Subject: [PATCH] docs(faq.md): add instructions to flash built firmware --- docs/faq.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/faq.md b/docs/faq.md index 36cd3fc85..61dfdcc3c 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -567,6 +567,14 @@ Andy also has a video on how to build using VS Code: *How to build and flash Meshcore repeater firmware | Heltec V3* *(Link referenced in the Discord post)* +### 5.9.2. Q: How do I flash MeshCore firmware from local build ? + +Once you have executed the previous step you can use `pio` again to flash the produced firmware : + +```sh +pio run -e RAK_4631_Repeater -t upload +``` + ### 5.10. Q: Are there other MeshCore related open source projects? **A:** [Liam Cottle](https://liamcottle.net)'s MeshCore web client and MeshCore Javascript library are open source under MIT license.