take out client import
This commit is contained in:
parent
aabdb4e1ff
commit
6e7c8d89e1
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
import time
|
||||
import serial
|
||||
from Adafruit_IO import Client, MQTTClient
|
||||
from Adafruit_IO import MQTTClient
|
||||
|
||||
# Configuration
|
||||
com_port = 'COM123' # Adjust this to your COM port
|
||||
|
|
|
|||
Loading…
Reference in a new issue