File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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 ;
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments