File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ wifitest.adafruit.com.
7171 print (" Wiznet5k WebClient Test" )
7272
7373 TEXT_URL = " http://wifitest.adafruit.com/testwifi/index.html"
74- JSON_URL = " http://api.coindesk .com/v1/bpi/currentprice/USD.json "
74+ JSON_URL = " http://site. api.espn .com/apis/site/v2/sports/baseball/mlb/scoreboard "
7575
7676 cs = digitalio.DigitalInOut(board.D10)
7777 spi_bus = busio.SPI(board.SCK , MOSI = board.MOSI , MISO = board.MISO )
Original file line number Diff line number Diff line change 1212print ("Wiznet5k WebClient Test" )
1313
1414TEXT_URL = "http://wifitest.adafruit.com/testwifi/index.html"
15- JSON_URL = "http://api.coindesk .com/v1/bpi/currentprice/USD.json "
15+ JSON_URL = "http://site. api.espn .com/apis/site/v2/sports/baseball/mlb/scoreboard "
1616
1717# For Adafruit Ethernet FeatherWing
1818cs = digitalio .DigitalInOut (board .D10 )
You can’t perform that action at this time.
0 commit comments