Commit 30744afd authored by prog1407's avatar prog1407 Committed by Marcel Stör
Browse files

Fix typo in example (parameters were mixed) (#2658)

parent 5514475a
...@@ -67,7 +67,7 @@ Wrapper to createServer() which also connects to the WiFi channel. ...@@ -67,7 +67,7 @@ Wrapper to createServer() which also connects to the WiFi channel.
#### Example #### Example
```Lua ```Lua
require("ftpserver").open('myWifi', 'wifiPassword', 'user', 'password') require("ftpserver").open('user', 'password', 'myWifi', 'wifiPassword')
``` ```
## close() ## close()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment