mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-10 18:56:33 +00:00
Documentation update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5282 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
3c077acd5c
commit
74ee7af434
3 changed files with 8 additions and 6 deletions
|
|
@ -14,7 +14,7 @@ if EXAMPLES_WGETJSON
|
|||
|
||||
config EXAMPLES_WGETJSON_MAXSIZE
|
||||
int "Max. JSON Buffer Size"
|
||||
default 10240
|
||||
default 1024
|
||||
|
||||
config EXAMPLES_WGETJSON_URL
|
||||
string "wget URL"
|
||||
|
|
|
|||
|
|
@ -58,7 +58,7 @@
|
|||
****************************************************************************/
|
||||
|
||||
#ifndef CONFIG_EXAMPLES_WGETJSON_MAXSIZE
|
||||
# define CONFIG_EXAMPLES_WGETJSON_MAXSIZE 1024*10
|
||||
# define CONFIG_EXAMPLES_WGETJSON_MAXSIZE 1024
|
||||
#endif
|
||||
|
||||
#ifndef CONFIG_EXAMPLES_EXAMPLES_WGETJSON_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue