Fix typo in example (parameters were mixed) (#2658)
This commit is contained in:
parent
5514475ab0
commit
30744afd24
|
@ -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()
|
||||||
|
|
Loading…
Reference in New Issue