nuttx-apps/examples/wgetjson
YAMAMOTO Takashi 536660d062 examples/wgetjson: Adapt to the new webclient api
tested with:
    CONFIG_EXAMPLES_WGETJSON_URL="http://httpbin.org/get"
    CONFIG_EXAMPLES_WGETPOST_URL="http://httpbin.org/post"
    wgetjson -D
    wgetjson -P -D
    wgetjson -p -D
2020-10-01 15:32:25 +08:00
..
webserver/wgetjson build: Remve the unnecessary .gitignore 2020-05-23 15:56:35 +01:00
Kconfig examples/wgetjson/Kconfig: fix a typo 2020-09-30 08:22:16 +02:00
Make.defs apps/: In all Make.def files, append to CONFIGURED_APPS patch with the absolute path. 2019-10-17 11:33:59 -06:00
Makefile build: Replace $(TOPDIR)/Make.defs with $(APPDIR)/Make.defs 2020-07-09 15:17:37 -03:00
wgetjson_main.c examples/wgetjson: Adapt to the new webclient api 2020-10-01 15:32:25 +08:00