Hello! I have a RAK7243 gateway and I want to modify the code of lora-gateway.
Here are my steps.
- Edit the code in
/usr/local/rak/lora/rak7243/lora_gateway/libloragw. - In the same folder:
sudo make sudo reboot
But my changes didn’t work.
My questions are:
- is
/usr/local/rak/lora/rak7243/lora_gateway/libloragwthe correct folder that should be edited? Or is there some other place I should change? - After
sudo make, what can I do to make my changes take effect? - How can I check the logs from
lora-gateway? Because I see a lot of debug prints in the code.
thanks in advance!