Update to v2.7.0

Signed-off-by: stephb9959 <stephane.bourque@gmail.com>
This commit is contained in:
stephb9959
2022-09-08 22:03:00 -07:00
parent cf74edaac5
commit 14cb7a657f

View File

@@ -30,8 +30,8 @@
namespace OpenWifi {
static const char * vDAEMON_PROPERTIES_FILENAME = "ow_helloworld.properties";
static const char * vDAEMON_ROOT_ENV_VAR = "OWHELLOW_ROOT";
static const char * vDAEMON_CONFIG_ENV_VAR = "OWHELLOW_CONFIG";
static const char * vDAEMON_ROOT_ENV_VAR = "OWHELLOWORLD_ROOT";
static const char * vDAEMON_CONFIG_ENV_VAR = "OWHELLOWORLD_CONFIG";
static const char * vDAEMON_APP_NAME = "ow_helloworld";
static const uint64_t vDAEMON_BUS_TIMER = 10000;