Jim Solderitsch
Jim Solderitsch
This library is not being supported any longer. I have moved on to Python for Tello commands. Sorry.
Would like this enhancement myself!
Hi Dennis, Here is the tail of the terminal where I was running this: Mission is: takeoff|fly_forward,20,in|video,start|hover,5|flip_forward|flip_backward|video,stop|hover,5|yaw_right,90|photo|yaw_left,180|photo|land Commands are: ['takeoff', 'fly_forward,20,in', 'video,start', 'hover,5', 'flip_forward', 'flip_backward', 'video,stop', 'hover,5', 'yaw_right,90', 'photo', 'yaw_left,180',...
I had some time to investigate this and I find that in the file mission.py found in the lib folder, if I comment out the print("stop") statement (line108) then the...
It's odd that I am the only one reporting this. I am using a late 2019 Macbook Pro with 64GBs of RAM and maybe things are running faster for me...
That URL takes me to the apple.com/icloud page. Without any login. I have an iCloud Links item as seen:  I do not...
Ah, not on the iCloud website, but on the Photos app on my Mac, there is a property inspector and I was able to allow for public sharing. Let me...
Yes, I was not aware of the Photos app integration this way. I was using the Mac and not my iPhone. But using the photos app on the Mac does...
I am not working with Platformio but with the recent changes to the esp32 family within Arduino IDE, the code from MegunoLink now throws errors on compiles when I include...
I can confirm this issue. I am attaching a sketch here: ``` /* Configuration AP example The example shows a very simple Configuration Access Point. created in August 2019 by...