Hi Mike,
Thanks for the reply! I have the latest firmware on my Tello Talent.
I have the current below code working:
***************************************************
from droneblocks.DroneBlocksTello import DroneBlocksTello
import time
tello = DroneBlocksTello()
tello.connect()
power =...