Merge pull request #32 from jomjol/master

Update Rolling
This commit is contained in:
jomjol
2020-09-28 20:04:23 +02:00
committed by GitHub
5 changed files with 7 additions and 7 deletions

View File

@@ -187,7 +187,7 @@ void LoadWlanFromFile(std::string fn, std::string &_ssid, std::string &_passphra
// Check if Hostname was empty in .ini if yes set to std_hostname
if(_hostname.length() <= 0){
_hostname = std_hostname;
}
}
}

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="cefe125";
const char* GIT_REV="bafd67b";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2020-09-28 19:32";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2020-09-28 19:57";

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="cefe125";
const char* GIT_REV="bafd67b";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2020-09-28 19:32";
const char* GIT_BRANCH="master";
const char* BUILD_TIME="2020-09-28 19:57";

Binary file not shown.

Binary file not shown.