We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b24c52 + 70c35de commit a36b788Copy full SHA for a36b788
1 file changed
examples/esp32spi_localtime.py
@@ -24,7 +24,7 @@
24
25
print("ESP32 local time")
26
27
-TIME_API = "http://worldtimeapi.org/api/ip"
+TIME_API = "https://time.now/developer/api/ip"
28
29
# If you are using a board with pre-defined ESP32 Pins:
30
esp32_cs = DigitalInOut(board.ESP_CS)
0 commit comments