Esp32 support!

This commit is contained in:
Jet
2023-07-18 10:12:27 +01:00
committed by GitHub
parent 8b3b1e6862
commit b1bb90f9f2

View File

@@ -38,7 +38,7 @@ Configuration is only needed when when parameter change is desired.
## To-Do List (In order of importance)
- [ ] ESP32 support
- [x] ESP32 support
- [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