diff --git a/README.md b/README.md index fe345d9..ed291e8 100644 --- a/README.md +++ b/README.md @@ -32,14 +32,16 @@ If you're using OpenDroneID available on the App Store or Play Store, you'll hav > If no GPS coordinates are used within 2 minutes of startup, the device will automatically go into spoofing mode and you will not be able to change the coordinates without a power cycle. -## To-Do List +## To-Do List (In order of importance) -- [ ] Get time from browser (possibly with [this](https://www.w3schools.com/jsref/jsref_gettime.asp)) -- [ ] Get GPS from browser? (Requires SSL certs on frontend) - [ ] ESP32 support -- [ ] Use valid RIDs and have option to select region -- [ ] Configurable number of drones in the air - [ ] Make it so drones don't wander away over time (something like `new_location = old_location + 0.5 * progress + 0.5 * (home - old_location)`) +- [ ] Get time from browser (possibly with [this](https://www.w3schools.com/jsref/jsref_gettime.asp)) +- [ ] Configurable number of drones in the air +- [ ] Use valid RIDs and have option to select region +- [ ] AUtomated CI (I have no idea how to do this) +- [ ] Get GPS from browser? (Requires SSL certs on frontend) +- [ ] Make Frontend look nicer ## Disclaimer