We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d7b2e5 commit 608cc48Copy full SHA for 608cc48
examples/PlaneSpotterDemo/AdsbExchangeClient.cpp
@@ -10,8 +10,8 @@ void AdsbExchangeClient::updateVisibleAircraft(String searchQuery) {
10
parser.setListener(this);
11
WiFiClient client;
12
13
- // http://public-api.adsbexchange.com/VirtualRadar/AircraftList.json?lat=47.437691&lng=8.568854&fDstL=0&fDstU=20&fAltL=0&fAltU=5000
14
- const char host[] = "public-api.adsbexchange.com";
+ // http://global.adsbexchange.com/VirtualRadar/AircraftList.json?lat=47.437691&lng=8.568854&fDstL=0&fDstU=20&fAltL=0&fAltU=5000
+ const char host[] = "global.adsbexchange.com";
15
String url = "/VirtualRadar/AircraftList.json?" + searchQuery;
16
17
const int httpPort = 80;
0 commit comments