Merge pull request #673 from Zoobdude/main

Update to Badger 2040 W getting started
This commit is contained in:
Hel Gibbons 2023-02-21 09:44:04 +00:00 committed by GitHub
commit f06d7c2e83
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Additionally Badger 2040 W does not have a "user" button since the BOOTSEL butto
## Getting Started
: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.
: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.
To start coding your Badger 2040 W, you will need to add the following lines of code to the start of your code file.