blob: 4ff7572e1a2c7e9f2fca296acc4d8bc27ff1bf73 [file] [log] [blame]
# Copyright (c) 2018-2020 O.S.Systems
# SPDX-License-Identifier: Apache-2.0
mainmenu "Sample app Configuration"
config UPDATEHUB_SAMPLE_MANUAL
bool "UpdateHub manual mode"
help
Manual mode requires the user to call the server probe and then, if
there is an available update, also requires the user to decide if
it is appropriate to update now or later.
if !UPDATEHUB_SAMPLE_MANUAL
config UPDATEHUB_SAMPLE_POLLING
bool "UpdateHub polling mode"
default y
help
Polling mode runs automatically on a predefined period, probing the
server for updates and installing them without requiring user
intervention.
endif #!UPDATEHUB_SAMPLE_MANUAL
if WIFI
config UPDATEHUB_SAMPLE_WIFI_SSID
string "WIFI SSID - Network name"
default "my_network"
config UPDATEHUB_SAMPLE_WIFI_PSK
string "WIFI PSK - Network password key"
default "secret_passwd"
endif
source "Kconfig.zephyr"