You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: micropython/modules/badger2040w/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Additionally Badger 2040 W does not have a "user" button since the BOOTSEL butto
50
50
51
51
## Getting Started
52
52
53
-
:warning: If you're using the examples-included firmware you're good to go, otherwise you'll need to copy `examples/badger2040w/lib/badger2040w.py`and `examples/badger2040w/lib/network_manager.py` over to your Badger 2040 W.
53
+
:warning: If you're using the examples-included firmware you're good to go, otherwise you'll need to copy `examples/badger2040w/lib/badger2040w.py`, `micropython/examples/badger2040w/WIFI_CONFIG.py`and `examples/badger2040w/lib/network_manager.py` over to your Badger 2040 W.
54
54
55
55
To start coding your Badger 2040 W, you will need to add the following lines of code to the start of your code file.
0 commit comments