From 70b54747d9bcb63b872a8a17c8d1fc023d62613f Mon Sep 17 00:00:00 2001 From: gullradriel <3157857+gullradriel@users.noreply.github.com> Date: Sat, 8 Jul 2023 19:11:32 +0200 Subject: [PATCH] Removed now unneeded libopencm3 python 3 check --- Compile-firmware.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Compile-firmware.md b/Compile-firmware.md index 6a0e42f..f46f49b 100644 --- a/Compile-firmware.md +++ b/Compile-firmware.md @@ -145,9 +145,8 @@ If you decide to [ignore this guide](https://github.com/eried/portapack-mayhem/i 3. Link ARM compiler to your bash environment 4. Clone Mayhem repository from GitHub (if not done before) 5. Giver user permission to the Mayhem repository -6. Check the python version in libopencm3 and use python3 if not already here -7. Create makefile through cmake and compile -8. Flash the firmware +6. Create makefile through cmake and compile +7. Flash the firmware * Once done you only need to call 'make' in the /opt/portapack-mayhem/firmware/build directory