Skip to content

Commit 93d7e76

Browse files
committed
fix bug in wifi connect example
1 parent 4863c71 commit 93d7e76

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/micropython-course/course/07.internet-of-things/01.internet-of-things.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ Connecting to Wi-Fi® is pretty straightforward concept, and is very similar to
3636
With MicroPython, we can do it with just a few lines of code, seen in the script below:
3737

3838
```python
39+
import network
40+
3941
WIFI_NETWORK='YOUR_NETWORK_NAME'
4042
WIFI_PASSWORD='YOUR_NETWORK_PASSWORD'
4143

0 commit comments

Comments
 (0)