natrix5369

Results 3 issues of natrix5369

Please make a binding for the L and R sticks. At least horizontally and vertically only, as it is done in chiaki. I would also like to thank the developers...

Hi. How api endpoint for download photo from group ?

enhancement

My code: ``` mybot.Device.device.controller.stick("left", point=(0.7, 0.7)) print("left! 07 07") time.sleep(0.1) mybot.Device.device.controller.button('CROSS', 'tap') print("JUMP!") time.sleep(1) mybot.Device.device.controller.stick("left", point=(0.7, 0.7)) mybot.Device.device.controller.button('CROSS', 'tap') ``` after `mybot.Device.device.controller.stick("left", point=(0.7, 0.7)) mybot.Device.device.controller.button('CROSS', 'tap')` I get an error:...