Update README.md

This commit is contained in:
Jet
2023-07-16 13:57:18 +01:00
committed by GitHub
parent 084e0bb386
commit 3888dca7c1

View File

@@ -37,12 +37,12 @@ If you're using OpenDroneID available on the App Store or Play Store, you'll hav
- [ ] ESP32 support
- [ ] 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
- [/] Configurable number of drones in the air
- [ ] Save config onboard
- [ ] Use valid RIDs and have option to select region
- [ ] AUtomated CI (I have no idea how to do this)
- [ ] Automated CI (I have no idea how to do this)
- [ ] Get GPS from browser? (Requires SSL certs on frontend)
- [ ] Make Frontend look nicer
- [/] Make Frontend look nicer
## Disclaimer