Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Nodemcu Firmware
Commits
30744afd
"vscode:/vscode.git/clone" did not exist on "02dcc235c903fade31d79eee4977083a3044ab54"
Commit
30744afd
authored
Feb 11, 2019
by
prog1407
Committed by
Marcel Stör
Feb 11, 2019
Browse files
Fix typo in example (parameters were mixed) (#2658)
parent
5514475a
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/lua-modules/ftpserver.md
View file @
30744afd
...
...
@@ -67,7 +67,7 @@ Wrapper to createServer() which also connects to the WiFi channel.
#### Example
```
Lua
require("ftpserver").open('
myWifi', 'wifiPassword', 'user', 'p
assword')
require("ftpserver").open('
user', 'password', 'myWifi', 'wifiP
assword')
```
## close()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment