diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e9cdc12 --- /dev/null +++ b/LICENSE @@ -0,0 +1,13 @@ + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + Version 2, December 2004 + + Copyright (C) 2019 Wes Bos + + Everyone is permitted to copy and distribute verbatim or modified + copies of this license document, and changing it is allowed as long + as the name is changed. + + DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION + + 0. You just DO WHAT THE FUCK YOU WANT TO. diff --git a/frontend/components/Tilt.js b/frontend/components/Tilt.js index 78a9f78..ab973cb 100644 --- a/frontend/components/Tilt.js +++ b/frontend/components/Tilt.js @@ -14,7 +14,8 @@ const TiltWrap = styled.div` } `; const TiltStyles = styled.div` - background-image: url('/static/drone.jpg'); + background-image: url('/static/drone.png'); + background-repeat: no-repeat; background-size: contain; background-position: center; height: 200px; diff --git a/frontend/package.json b/frontend/package.json index c494fa9..0978ab8 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,8 +13,8 @@ "dependencies": { "babel-plugin-styled-components": "^1.9.2", "next": "latest", - "react": "16.7.0-alpha.0 - next", - "react-dom": "16.7.0-alpha.0 - next", + "react": "^16.8.6", + "react-dom": "^16.8.6", "socket.io-client": "^2.1.1", "styled-components": "^4.1.1" }, diff --git a/frontend/static/drone.png b/frontend/static/drone.png new file mode 100644 index 0000000..77abae2 Binary files /dev/null and b/frontend/static/drone.png differ diff --git a/readme.md b/readme.md index 045702f..4e1e2fd 100644 --- a/readme.md +++ b/readme.md @@ -49,7 +49,7 @@ IBM is giving away 2,000 DJI Tello drones as part of a contest and I made this v ## Troubleshooting -[Docs for Tello are available here](https://dl-cdn.ryzerobotics.com/downloads/tello/20180910/Tello SDK Documentation EN_1.3.pdf) +[Docs for Tello are available here](https://dl-cdn.ryzerobotics.com/downloads/tello/20180910/Tello%20SDK%20Documentation%20EN_1.3.pdf) I had to update the firmware of my drone when it came in the mail before I could use this 1.3 API. Do this via the Tello app on your phone. @@ -67,6 +67,5 @@ Please hack on it and make your own cool things. * [jsolderitsch/tello-nodejs](https://github.com/jsolderitsch/tello-nodejs) - very simple JavaScript examples * [FFMpeg + Node.js Video in the browser complicated example](https://github.com/SovGVD/nodetello/) * [Some Japanese Developer Figured out how to get video working with WebRTC](https://qiita.com/a-baba/items/d728d580f89473c5fd18) +* [Drone Keyboard for Tello](https://github.com/dnomak/drone-keyboard#drone-keyboard-for-tello) * Link your repo here for others to learn! - -