Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1] Store hnap config file persistently on device #51

Merged
merged 1 commit into from
Nov 17, 2020
Merged

Conversation

dl1com
Copy link
Contributor

@dl1com dl1com commented Nov 16, 2020

  • 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

@dl1com dl1com linked an issue Nov 16, 2020 that may be closed by this pull request
5 tasks
@dl1com dl1com marked this pull request as ready for review November 16, 2020 21:02
@dl1com dl1com merged commit ee12ce2 into develop Nov 17, 2020
@dl1com dl1com deleted the persist_config branch November 17, 2020 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Configuration concept
2 participants