blob: 3481340b18070c9d6a0a16c76c691eacd5842fb6 (
plain)
| 1
2
3
4
5
6
7
8
9
 | config IOT_CONTACT_REMOTE_UPDATE
	bool "Enable the remote update system"
	default n
config IOT_CONTACT_NETWORK_HACK
	bool "Reboots after a fixed timeout if network connection cannot be established"
	default n
source "Kconfig.zephyr"
 |