summaryrefslogtreecommitdiff
path: root/apps/examples/wgetjson/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/examples/wgetjson/Kconfig')
-rw-r--r--apps/examples/wgetjson/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/wgetjson/Kconfig b/apps/examples/wgetjson/Kconfig
index f7f4f236c..f7f909690 100644
--- a/apps/examples/wgetjson/Kconfig
+++ b/apps/examples/wgetjson/Kconfig
@@ -20,4 +20,8 @@ config EXAMPLES_WGETJSON_URL
string "wget URL"
default "http://10.0.0.1/wgetjson/json_cmd.php"
+config EXAMPLES_WGETPOST_URL
+ string "wget_post URL"
+ default "http://10.0.0.1/wgetjson/post_cmd.php"
+
endif