Print OS info to log

Credit to @maximilian578 for help
This commit is contained in:
msuih 2019-04-19 15:05:47 +03:00 committed by Ivan
parent 243df38360
commit be6d9af1ab
3 changed files with 61 additions and 0 deletions

View file

@ -46,4 +46,6 @@ namespace utils
std::string get_system_info();
std::string get_firmware_version();
std::string get_OS_version();
}