Update README.md

This commit is contained in:
Jet
2023-07-16 16:21:54 +01:00
committed by GitHub
parent d9107ce2a4
commit 3c6685314b

View File

@@ -38,7 +38,7 @@ If you're using OpenDroneID available on the App Store or Play Store, you'll hav
- [x] 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))
- [x] Configurable number of drones in the air
- [ ] Save config onboard
- [x] Save config onboard
- [ ] 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)