Skip to content

Commit 69b1ccf

Browse files
committed
Fix typo and bullet points
1 parent 57d3619 commit 69b1ccf

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Dependencies
3030
This driver depends on:
3131

3232
* `Adafruit CircuitPython <https://github.com/adafruit/circuitpython>`_
33-
* `Adafruit Adafruit_CircuitPython_MiniMQTT <https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/>`_
33+
* `Adafruit_CircuitPython_MiniMQTT <https://github.com/adafruit/Adafruit_CircuitPython_MiniMQTT/>`_
3434

3535
Please ensure all dependencies are available on the CircuitPython filesystem.
3636
This is easily achieved by downloading
@@ -109,13 +109,13 @@ Obtaining Your Printer Credentials and Save in settings.toml
109109

110110
You will need a ``settings.toml`` file with the following to connect via MQTT:
111111

112-
CIRCUITPY_WIFI_SSID = "your_wifi_ssid"
113-
CIRCUITPY_WIFI_PASSWORD = "your_wifi_password"
114-
BAMBU_BROKER = os.getenv("BAMBU_BROKER")
115-
ACCESS_TOKEN = os.getenv("BAMBU_ACCESS_TOKEN")
116-
USER_ID = os.getenv("USER_ID")
117-
DEVICE_ID = "your_printer_serial_number"
118-
BAMBU_IP = "your_printer_IP_address"
112+
* CIRCUITPY_WIFI_SSID = "your_wifi_ssid"
113+
* CIRCUITPY_WIFI_PASSWORD = "your_wifi_password"
114+
* BAMBU_BROKER = os.getenv("BAMBU_BROKER")
115+
* ACCESS_TOKEN = os.getenv("BAMBU_ACCESS_TOKEN")
116+
* USER_ID = os.getenv("USER_ID")
117+
* DEVICE_ID = "your_printer_serial_number"
118+
* BAMBU_IP = "your_printer_IP_address"
119119

120120
Misc. information
121121
=================

0 commit comments

Comments
 (0)