Skip to content

Commit 02013d9

Browse files
committed
fix example import
1 parent 471b252 commit 02013d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/miniesptool_esp8266program.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import board
33
import busio
44
from digitalio import DigitalInOut
5-
from Adafruit_CircuitPython_miniesptool import adafruit_miniesptool
5+
import adafruit_miniesptool
66

77
print("ESP8266 mini prog")
88

0 commit comments

Comments
 (0)