Update README.md

This commit is contained in:
Frank Gadot 2024-11-10 02:34:01 -05:00
parent 129f1257b4
commit 3ab2e6ed39

View file

@ -56,18 +56,28 @@ Please use the stable version listed above, we cannot support others.
```
# 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
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