File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1414import adafruit_requests
1515
1616# OpenSky-Network.org Website Login required for this API
17+ # Increased call limit vs Public.
1718# REST API: https://openskynetwork.github.io/opensky-api/rest.html
1819# Retrieves all traffic within a geographic area (Orlando example)
1920LATMIN = "27.22" # east bounding box
2021LATMAX = "28.8" # west bounding box
2122LONMIN = "-81.46" # north bounding box
2223LONMAX = "-80.40" # south bounding box
2324
24- # Github developer token required.
25- username = os .getenv ("GITHUB_USERNAME" )
26- token = os .getenv ("GITHUB_TOKEN" )
27-
2825# Get WiFi details, ensure these are setup in settings.toml
2926ssid = os .getenv ("CIRCUITPY_WIFI_SSID" )
3027password = os .getenv ("CIRCUITPY_WIFI_PASSWORD" )
You can’t perform that action at this time.
0 commit comments