Skip to content

Commit

Permalink
forgot to remove github from copy/paste use, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DJDevon3 committed Mar 18, 2024
1 parent b77dc62 commit 1ea79ef
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,14 @@
import adafruit_requests

# OpenSky-Network.org Website Login required for this API
# Increased call limit vs Public.
# REST API: https://openskynetwork.github.io/opensky-api/rest.html
# Retrieves all traffic within a geographic area (Orlando example)
LATMIN = "27.22" # east bounding box
LATMAX = "28.8" # west bounding box
LONMIN = "-81.46" # north bounding box
LONMAX = "-80.40" # south bounding box

# Github developer token required.
username = os.getenv("GITHUB_USERNAME")
token = os.getenv("GITHUB_TOKEN")

# Get WiFi details, ensure these are setup in settings.toml
ssid = os.getenv("CIRCUITPY_WIFI_SSID")
password = os.getenv("CIRCUITPY_WIFI_PASSWORD")
Expand Down

0 comments on commit 1ea79ef

Please sign in to comment.