We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c7d1f1b + d4afbd1 commit 07b20d7Copy full SHA for 07b20d7
prj.conf
@@ -44,7 +44,6 @@ CONFIG_REBOOT=y
44
# The rest of the runtime credentials config
45
CONFIG_SETTINGS=y
46
CONFIG_SETTINGS_RUNTIME=y
47
-CONFIG_GOLIOTH_SAMPLE_SETTINGS=y
48
CONFIG_GOLIOTH_SAMPLE_SETTINGS_AUTOLOAD=y
49
CONFIG_GOLIOTH_SAMPLE_SETTINGS_SHELL=y
50
west.yml
@@ -2,15 +2,15 @@
2
# SPDX-License-Identifier: Apache-2.0
3
4
manifest:
5
- version: 0.8
+ version: 1.0
6
7
group-filter:
8
- +bsec
9
10
projects:
11
- name: golioth
12
path: modules/lib/golioth-firmware-sdk
13
- revision: v0.18.0
+ revision: v0.18.1
14
url: https://github.com/golioth/golioth-firmware-sdk.git
15
west-commands: scripts/west-commands.yml
16
submodules: true
0 commit comments