File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ Setting up the CircuitPythonukiah is simple! Using a Mirco USB C cable, plug in
22
22
the microcontroller board (the square board on the front) and connect it to your
23
23
computer. The device will show up as a USB drive labelled ``CIRCUITPY ``. In this
24
24
folder you'll find a file named ``secrets.py ``, in which you'll need to add a few
25
- pieces of information.
25
+ pieces of information. You can open up this file using any text editor.
26
26
27
- The first is your Wi-Fi name and password, which the CircuitPythonukiah will need to
28
- connect to your network. Please note that this must be a 2.4 GHz network, as it cannot
29
- use a 5 GHz netork. The other piece of information needed is your ZIP code, which is
30
- required in order to grab the candle lighting times for your location. An example of
31
- this filled out looks like this:
27
+ The first bit of information needed is your Wi-Fi name and password, which the
28
+ CircuitPythonukiah will need toconnect to your network. Please note that this must
29
+ be a 2.4 GHz network, as it cannot use a 5 GHz netork. The other piece of information
30
+ needed is your ZIP code, which is required in order to grab the candle lighting times
31
+ for your location. An example of this filled out looks like this:
32
32
33
33
.. code-block :: python
34
34
You can’t perform that action at this time.
0 commit comments