Skip to content

Commit 9152af9

Browse files
committed
bump Golioth Firmware SDK to v0.13.0
Signed-off-by: Mike Szczys <[email protected]>
1 parent 7e05fd2 commit 9152af9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/app_state.c

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,11 @@ int app_state_observe(struct golioth_client *state_client)
173173

174174
client = state_client;
175175

176-
err = golioth_lightdb_observe_async(client, APP_STATE_DESIRED_ENDP,
177-
app_state_desired_handler, NULL);
176+
err = golioth_lightdb_observe_async(client,
177+
APP_STATE_DESIRED_ENDP,
178+
GOLIOTH_CONTENT_TYPE_JSON,
179+
app_state_desired_handler,
180+
NULL);
178181
if (err) {
179182
LOG_WRN("failed to observe lightdb path: %d", err);
180183
return err;

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manifest:
77
projects:
88
- name: golioth
99
path: modules/lib/golioth-firmware-sdk
10-
revision: v0.12.2
10+
revision: v0.13.0
1111
url: https://github.com/golioth/golioth-firmware-sdk.git
1212
west-commands: scripts/west-commands.yml
1313
submodules: true

0 commit comments

Comments
 (0)