Python Remote
-
In Blocky when you make a remote control it uses Key.KEY_PRESSED==keyboard.z: to indicate that the drone can be flown with the "z" key. However when
It also uses while drone.is_code_running()However,when I type into Python what blocky suggest I get a syntax not recognized for while drone.is_code_running()
Is there another way to do a remote?