Drone movements now accrue directly, instead of being executed on it own separate synchronized thread.
This allows for new methods to be added such as.
- isAir(direction)
- getDirection()
Sleep has also been added to the default authorized config section.
You can now import sleep from time.
Code (Python):
from
time
import sleep