Skip to content
  • Gus Grubba's avatar
    f4131710
    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
    Airmap API key integration.
    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).
Loading