From 8e7c3d9a4676c5ec1b6b3e9f243af474420ea9fb Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 3 Nov 2012 00:00:56 +0000 Subject: Add support for wget POST interface; from Darcy Gong git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5301 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/wgetjson/Kconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps/examples/wgetjson/Kconfig') 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 -- cgit v1.2.3