| # |
| # For a description of the syntax of this configuration file, |
| # see the file kconfig-language.txt in the NuttX tools repository. |
| # |
| |
| config EXAMPLES_WGETJSON |
| tristate "wget JSON Example" |
| default n |
| depends on NETUTILS_CJSON |
| ---help--- |
| Enable the wget JSON example |
| |
| if EXAMPLES_WGETJSON |
| |
| config EXAMPLES_WGETJSON_MAXSIZE |
| int "Max. JSON Buffer Size" |
| default 1024 |
| |
| 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 |