issues
search
HAMNET-Access-Protocol
/
HNAP4PlutoSDR
Main transceiver application
GNU Lesser General Public License v3.0
29
stars
5
forks
source link
[#1] Store hnap config file persistently on device
#51
Closed
dl1com
closed
4 years ago
dl1com
commented
4 years ago
Renamed HNAP's
config.txt
to
hnap_config.txt
to avoid confusion with the Pluto config.txt (residing on the MSD)
After doing changes to the hnap_config.txt, the changes can be saved by calling
save_hnap_config
. The file gets stored to the jffs2 mtd2 partition
The service S92basestation restores the saved file during start
Possible improvements:
Put save_hnap_config to /usr/bin or similar to be able to call it from any folder
config.txt
tohnap_config.txt
to avoid confusion with the Pluto config.txt (residing on the MSD)save_hnap_config
. The file gets stored to the jffs2 mtd2 partitionPossible improvements: