Skip to content

Commit

Permalink
Revert "Merge branch 'experimental' of https://github.com/ErnGusMik/p…
Browse files Browse the repository at this point in the history
…ython-tello"

This reverts commit c471feb, reversing
changes made to 018b5a6.
  • Loading branch information
ErnGusMik committed Sep 12, 2022
1 parent c471feb commit 13ec155
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 368 deletions.
17 changes: 2 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Python Tello
This is a library for easy usage of the Ryze Tello drone education edition. <br />
**Current Version:**
*2.0 Alpha* <br />
SDK 3.0 is **here**! Documentation and testing in progress!
*1.1 Beta* <br />
SDK 3.0 Implementation under development!
## Requirements:
* Python installed on your system or as a VS Code extension
* Ryze Tello EDU Edition (get one [here](https://www.ryzerobotics.com/tello-edu))
Expand Down Expand Up @@ -216,19 +216,6 @@ tello.end()
```

## Version history:
**2.0 Alpha**
* All new Tello SDK 3.0 commands implemented!
* Small potential bug/style fixes
* This is an Alpha version, so it is **not** stable, by any means!


**1.1.2 Alpha**
* Potential bug fixes
* Security issue fix
* Performance optimizations
* Remodel of __init__ function


**1.1 Beta:**
* Implementation of some Tello SDK 3.0 commands
* Naming changes
Expand Down
2 changes: 1 addition & 1 deletion WRITEHERE.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
tello = Tello()

print(tello.throw_fly())
tello.end()
tello.end()
Loading

0 comments on commit 13ec155

Please sign in to comment.