OpenStratos / server

Server implemented in C++14. It will be in charge of the management of the balloon.
GNU General Public License v3.0
6 stars 1 forks source link

File configuration #30

Open Razican opened 9 years ago

Razican commented 9 years ago

Currently the configuration for GPIO pins and SMS phone number are provided in the constants.h file. We should use a config.yml or other format file to provide the basic configuration and not need to recompile each time we change some parameter.