File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ Dependencies
3030This 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
3535Please ensure all dependencies are available on the CircuitPython filesystem.
3636This is easily achieved by downloading
@@ -109,13 +109,13 @@ Obtaining Your Printer Credentials and Save in settings.toml
109109
110110You 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
120120Misc. information
121121=================
You can’t perform that action at this time.
0 commit comments