Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sdk/src/beacon.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include "config.hpp"
#include "utils.hpp"

#define APPD_IOT_SDK_VERSION "4.4.1.0"
#define APPD_IOT_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.1"

static beacon_t global_beacon;

Expand Down
2 changes: 1 addition & 1 deletion tests/src/common_test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#define TEST_EUM_COLLECTOR_URL_APP_KEY_PREFIX "/eumcollector/iot/v1/application/"
#define TEST_EUM_COLLECTOR_URL_APP_KEY_SUFFIX "/beacons"
#define TEST_EUM_COLLECTOR_URL_ENABLED_SUFFIX "/enabled"
#define TEST_SDK_VERSION "4.4.1.0"
#define TEST_SDK_VERSION "APPD_IOT_CPP_SDK_1.0.1"
#define TEST_AGENT_VERSION_KEY "agentVersion"


Expand Down