Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #67 from iain-anderson/issue-65-66
Browse files Browse the repository at this point in the history
fix: use new port assignments (#65), standardise service name (#66)
  • Loading branch information
Lenny Goodell authored May 26, 2021
2 parents bfc81eb + 1a77964 commit 25ecd52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions res/configuration.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Service]
Host = "edgex-device-grove"
ServerBindAddr = '0.0.0.0'
Port = 49992
Port = 59992
ConnectRetries = 3
HealthCheck = ""
StartupMsg = "device Grove PI started"
Expand All @@ -12,11 +12,11 @@
[Clients]
[Clients.Data]
Host = "edgex-core-data"
Port = 48080
Port = 59880

[Clients.Metadata]
Host = "edgex-core-metadata"
Port = 48081
Port = 59881

[Device]
DataTransform = true
Expand Down
2 changes: 1 addition & 1 deletion src/c/device_grove.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ extern "C" {
#define GROVE_ROTARY_MAX_ANGLE 300
#define GROVE_ADC_REF 5

#define GROVE_SVC "Device-Grove"
#define GROVE_SVC "device-grove"

typedef enum
{
Expand Down

0 comments on commit 25ecd52

Please sign in to comment.