implement get_firmware_version

add firmware version to the first line in the log
This commit is contained in:
Megamouse 2019-02-16 14:05:13 +01:00
parent 092cfef060
commit b929c13c45
4 changed files with 34 additions and 4 deletions

View file

@ -1,4 +1,4 @@
#pragma once
#pragma once
#include "types.h"
#include <string>
@ -44,4 +44,6 @@ namespace utils
bool has_xop();
std::string get_system_info();
std::string get_firmware_version();
}