We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d0a107 + 9c8baa8 commit 2ddf9faCopy full SHA for 2ddf9fa
examples/esp32spi_simpletest.py
@@ -17,7 +17,7 @@
17
print("ESP32 SPI webclient test")
18
19
TEXT_URL = "http://wifitest.adafruit.com/testwifi/index.html"
20
-JSON_URL = "http://api.coindesk.com/v1/bpi/currentprice/USD.json"
+JSON_URL = "http://wifitest.adafruit.com/testwifi/sample.json"
21
22
23
# If you are using a board with pre-defined ESP32 Pins:
examples/esp32spi_simpletest_rp2040.py
print("Raspberry Pi RP2040 - ESP32 SPI webclient test")
# Raspberry Pi RP2040 Pinout
esp32_cs = DigitalInOut(board.GP13)
0 commit comments