mirror of
https://github.com/LX3JL/xlxd.git
synced 2025-12-06 07:42:01 +01:00
Merge 3ab2e6ed39 into bf7031eabd
This commit is contained in:
commit
99d94af095
28
README.md
28
README.md
|
|
@ -54,20 +54,30 @@ Please use the stable version listed above, we cannot support others.
|
|||
|
||||
###### Install g++ compiler
|
||||
```
|
||||
# apt-get install build-essential
|
||||
# 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
|
||||
# apt-get install build-essential
|
||||
# apt-get install g++-4.7 (skip this step on Debian 8.x)
|
||||
|
||||
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
|
||||
```
|
||||
# git clone https://github.com/LX3JL/xlxd.git
|
||||
# cd xlxd/src/
|
||||
# make clean
|
||||
# make
|
||||
# make install
|
||||
|
|
|
|||
Loading…
Reference in a new issue