summaryrefslogtreecommitdiff
path: root/nuttx/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 16:30:10 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-28 16:30:10 +0000
commite0fdc9c8c430448845bcccc3dcbb34048dbe5cf1 (patch)
tree4b8583c054f429daf15ab3cc300e15132d1f8143 /nuttx/examples/README.txt
parentde94351602c0eeac526dc587a52a3907976bee1d (diff)
downloadpx4-nuttx-e0fdc9c8c430448845bcccc3dcbb34048dbe5cf1.tar.gz
px4-nuttx-e0fdc9c8c430448845bcccc3dcbb34048dbe5cf1.tar.bz2
px4-nuttx-e0fdc9c8c430448845bcccc3dcbb34048dbe5cf1.zip
wget now takes only a URL as a argument; not host + file name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1654 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/README.txt')
-rw-r--r--nuttx/examples/README.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index f90dbffc5..ddf76e35d 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -353,8 +353,7 @@ examples/wget
A simple web client example. It will obtain a file from a server using the HTTP
protocol. Settings unique to this example include:
- CONFIG_EXAMPLE_WGET_HOSTNAME - The host that serves the file
- CONFIG_EXAMPLE_WGET_FILENAME - The name of the file to get (with leading '/')
+ CONFIG_EXAMPLE_WGET_URL - The URL of the file to get
CONFIG_EXAMPLE_WGET_NOMAC - (May be defined to use software assigned MAC)
CONFIG_EXAMPLE_WGET_IPADDR - Target IP address
CONFIG_EXAMPLE_WGET_DRIPADDR - Default router IP addess