We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce1a94d commit 8a6253dCopy full SHA for 8a6253d
1 file changed
examples/esp32spi/minimqtt_certificate_esp32spi.py
@@ -1,6 +1,8 @@
1
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
2
# SPDX-License-Identifier: MIT
3
4
+from os import getenv
5
+
6
import adafruit_connection_manager
7
import board
8
import busio
0 commit comments