Før var server ip, wifi navn osv. hardcoded i main.c. Nu kommer de fra enviroment variabler.
Hvis ikke enviroment variablerne er sat, får de default værdier.
Closes #91
Type of Change
[x] New feature (non-breaking change which adds functionality)
[ ] Bug fix (non-breaking change which fixes an issue)
[ ] Documentation Update
[ ] Other (please describe)
Checklist
Before submitting your PR, please ensure the following:
[x] I have performed a self-review of my own code.
[ ] I have commented my code, particularly in hard-to-understand areas.
[ ] I have made corresponding changes to the documentation (if appropriate).
[ ] My changes generate no new warnings.
[ ] I have added tests that prove my fix is effective or that my feature works.
[x] All new and existing tests passes.
Screenshots (if appropriate)
Additional Notes
Include any additional information that you believe is important for the reviewers to know.
Pull Request (PR) Template
Description
Før var server ip, wifi navn osv. hardcoded i
main.c
. Nu kommer de fra enviroment variabler. Hvis ikke enviroment variablerne er sat, får de default værdier.Closes #91
Type of Change
Checklist
Before submitting your PR, please ensure the following:
Screenshots (if appropriate)
Additional Notes
Include any additional information that you believe is important for the reviewers to know.