Skip to content

Commit 8a6253d

Browse files
committed
Missing import
1 parent ce1a94d commit 8a6253d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/esp32spi/minimqtt_certificate_esp32spi.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
22
# SPDX-License-Identifier: MIT
33

4+
from os import getenv
5+
46
import adafruit_connection_manager
57
import board
68
import busio

0 commit comments

Comments
 (0)