We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71a07cc commit 9c8baa8Copy full SHA for 9c8baa8
examples/esp32spi_simpletest.py
@@ -26,7 +26,7 @@
26
print("ESP32 SPI webclient test")
27
28
TEXT_URL = "http://wifitest.adafruit.com/testwifi/index.html"
29
-JSON_URL = "http://api.coindesk.com/v1/bpi/currentprice/USD.json"
+JSON_URL = "http://wifitest.adafruit.com/testwifi/sample.json"
30
31
32
# 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