Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rogisolorzano authored Apr 10, 2023
1 parent ad6f336 commit 848289a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ These are the configuration options:
| ssid | yes | None | The SSID |
| password | yes | None | The password |
| timeout | no | 30 | The amount of seconds to wait for the initial connection to be made |
| retry_count | no | 3 | The amount of times to retry connecting. This is for the initial conection. After the initial connection has been made, we retry indefinitely until we are re-connected. |
| retry_count | no | 3 | The amount of times to retry connecting. This is for the initial connection. After the initial connection has been made, we retry indefinitely until we are re-connected. |
| debug | no | False | Whether to print helpful debug messages. |
| wlan | no | network.WLAN(network.STA_IF) | Override the wlan interface used under the hood. |

Expand Down Expand Up @@ -108,4 +108,4 @@ try:
finally:
wlan.disconnect()
uasyncio.new_event_loop()
```
```

0 comments on commit 848289a

Please sign in to comment.