Add QR code pairing
This commit is contained in:
@@ -168,6 +168,12 @@ namespace platf {
|
||||
return "00:00:00:00:00:00"s;
|
||||
}
|
||||
|
||||
// TODO: return actual IP
|
||||
std::string
|
||||
get_local_ip_for_gateway() {
|
||||
return "";
|
||||
}
|
||||
|
||||
bp::child
|
||||
run_command(bool elevated, bool interactive, const std::string &cmd, boost::filesystem::path &working_dir, const bp::environment &env, FILE *file, std::error_code &ec, bp::group *group) {
|
||||
if (!group) {
|
||||
|
||||
Reference in New Issue
Block a user