1. 19 Jul, 2018 1 commit
  2. 11 Jul, 2018 1 commit
  3. 25 Jun, 2018 2 commits
  4. 23 Jun, 2018 1 commit
  5. 22 Jun, 2018 3 commits
  6. 19 Jun, 2018 1 commit
  7. 11 Jun, 2018 1 commit
  8. 26 Mar, 2018 1 commit
  9. 22 Mar, 2018 1 commit
    • Gus Grubba's avatar
      Airmap API key integration. · f4131710
      Gus Grubba authored
      The build system will look for src/Airmap/Airmap_api_key.h
      If it find is, it will used the provided API key and client ID for Airmap.
      That file should provide two strings:
      static const char* kAirmapAPIKey = "key data";
      static const char* kAirmapClientID = "id data";
      
      Local builds, without these will have no Airmap support by default (users can always enter their own within the Airmap settings panel).
      f4131710
  10. 07 Mar, 2018 3 commits
  11. 03 Mar, 2018 1 commit
  12. 02 Mar, 2018 1 commit
  13. 01 Mar, 2018 3 commits
  14. 28 Feb, 2018 2 commits
  15. 27 Feb, 2018 2 commits
  16. 26 Feb, 2018 1 commit
  17. 24 Feb, 2018 2 commits
  18. 23 Feb, 2018 1 commit
  19. 22 Feb, 2018 2 commits
  20. 21 Feb, 2018 1 commit
  21. 20 Feb, 2018 2 commits
  22. 18 Feb, 2018 1 commit
  23. 17 Feb, 2018 4 commits
  24. 16 Feb, 2018 2 commits
    • Gus Grubba's avatar
      Set takeoff position · abbb4d4c
      Gus Grubba authored
      Add flight plan deletion
      abbb4d4c
    • Gus Grubba's avatar
      Flight Plan WIP · b3c506ed
      Gus Grubba authored
      Moved flight planning away from "Flight Management" to its own class. Planning does not need a connected vehicle.
      b3c506ed