mirror of
https://github.com/g4klx/MMDVM_HS.git
synced 2026-01-20 15:30:21 +01:00
Update docs
This commit is contained in:
parent
5540c60ee1
commit
fb8806ec01
9
BUILD.md
9
BUILD.md
|
|
@ -98,7 +98,8 @@ Download the firmware sources:
|
|||
cd ~
|
||||
git clone https://github.com/juribeparada/MMDVM_HS
|
||||
cd MMDVM_HS/
|
||||
git clone https://github.com/juribeparada/STM32F10X_Lib
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
(Please do not download any different code inside MMDVM_HS folder)
|
||||
|
||||
|
|
@ -293,7 +294,8 @@ Download the sources:
|
|||
cd ~
|
||||
git clone https://github.com/juribeparada/MMDVM_HS
|
||||
cd MMDVM_HS/
|
||||
git clone https://github.com/juribeparada/STM32F10X_Lib
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
(Please do not download any different code inside MMDVM_HS folder)
|
||||
|
||||
|
|
@ -429,7 +431,8 @@ Download the sources:
|
|||
cd ~
|
||||
git clone https://github.com/juribeparada/MMDVM_HS
|
||||
cd MMDVM_HS/
|
||||
git clone https://github.com/juribeparada/STM32F10X_Lib
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
(Please do not download any different code inside MMDVM_HS folder)
|
||||
|
||||
|
|
|
|||
|
|
@ -120,7 +120,8 @@ Download the sources:
|
|||
cd ~
|
||||
git clone https://github.com/juribeparada/MMDVM_HS
|
||||
cd MMDVM_HS/
|
||||
git clone https://github.com/juribeparada/STM32F10X_Lib
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
Build the firmware with USB bootloader support (the default Config.h is OK for Libre Kit):
|
||||
|
||||
|
|
@ -192,7 +193,8 @@ Download the firmware sources:
|
|||
cd ~
|
||||
git clone https://github.com/juribeparada/MMDVM_HS
|
||||
cd MMDVM_HS/
|
||||
git clone https://github.com/juribeparada/STM32F10X_Lib
|
||||
git submodule init
|
||||
git submodule update
|
||||
|
||||
Edit Config.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue