Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonprickett committed Aug 12, 2023
1 parent 0b133f9 commit 42f8bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Here's a high level run through of how the code works.

When the Pi Pico W starts up, it starts the MicroPython runtime which then runs the code in `main.py`. The first thing that happens is that we check for the presence of the wifi configuration file using `os.stat`.

If thie file is found, it is assumed to be a JSOM file containing keys `ssid` and `password`. The following actions are then taken:
If thie file is found, it is assumed to be a JSON file containing keys `ssid` and `password`. The following actions are then taken:

* The file is read, and these values are used to attemmpt to connect to the wifi network.
* If the connection is successful, the device's new IP address is printed to the console and the logic in the function named `application_mode` is run. If you are making a device with an attached display, you should show this on the display so that the user can connect to it if your application uses a web display.
Expand Down

0 comments on commit 42f8bd6

Please sign in to comment.