mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Update README.md
This commit is contained in:
parent
129f1257b4
commit
3ab2e6ed39
24
README.md
24
README.md
|
|
@ -56,18 +56,28 @@ Please use the stable version listed above, we cannot support others.
|
||||||
```
|
```
|
||||||
# apt-get install build-essential
|
# apt-get install build-essential
|
||||||
# apt-get install g++-4.7 (skip this step on Debian 8.x)
|
# apt-get install g++-4.7 (skip this step on Debian 8.x)
|
||||||
```
|
|
||||||
###### After downloading and before compiling, please have a look at the main.h file
|
|
||||||
```
|
|
||||||
# nano /xlxd/src/main.h
|
|
||||||
|
|
||||||
For YSF you need to define a default HotSpot frequency !!!
|
```
|
||||||
|
###### Download source code
|
||||||
|
```
|
||||||
|
# git clone https://github.com/LX3JL/xlxd.git
|
||||||
|
# cd xlxd/src/
|
||||||
|
|
||||||
|
```
|
||||||
|
###### If you want to enable YSF, edit the main.h file
|
||||||
|
```
|
||||||
|
# nano main.h
|
||||||
|
|
||||||
|
Then modify the following line:
|
||||||
|
#define YSF_AUTOLINK_ENABLE 0 <- Replace 0 with 1
|
||||||
|
|
||||||
|
Review YSF Frequencies
|
||||||
|
#define YSF_DEFAULT_NODE_TX_FREQ 437000000 <-- in Hz
|
||||||
|
#define YSF_DEFAULT_NODE_RX_FREQ 437000000 <-- in Hz
|
||||||
|
|
||||||
```
|
```
|
||||||
###### Download and compile the XLX sources
|
###### Download and compile the XLX sources
|
||||||
```
|
```
|
||||||
# git clone https://github.com/LX3JL/xlxd.git
|
|
||||||
# cd xlxd/src/
|
|
||||||
# make clean
|
# make clean
|
||||||
# make
|
# make
|
||||||
# make install
|
# make install
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue