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 14
14
import adafruit_requests
15
15
16
16
# OpenSky-Network.org Website Login required for this API
17
+ # Increased call limit vs Public.
17
18
# REST API: https://openskynetwork.github.io/opensky-api/rest.html
18
19
# Retrieves all traffic within a geographic area (Orlando example)
19
20
LATMIN = "27.22" # east bounding box
20
21
LATMAX = "28.8" # west bounding box
21
22
LONMIN = "-81.46" # north bounding box
22
23
LONMAX = "-80.40" # south bounding box
23
24
24
- # Github developer token required.
25
- username = os .getenv ("GITHUB_USERNAME" )
26
- token = os .getenv ("GITHUB_TOKEN" )
27
-
28
25
# Get WiFi details, ensure these are setup in settings.toml
29
26
ssid = os .getenv ("CIRCUITPY_WIFI_SSID" )
30
27
password = os .getenv ("CIRCUITPY_WIFI_PASSWORD" )
You can’t perform that action at this time.
0 commit comments