Skip to content

Commit 70c35de

Browse files
committed
Update esp32spi_localtime.py
1 parent 0b24c52 commit 70c35de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/esp32spi_localtime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
print("ESP32 local time")
2626

27-
TIME_API = "http://worldtimeapi.org/api/ip"
27+
TIME_API = "https://time.now/developer/api/ip"
2828

2929
# If you are using a board with pre-defined ESP32 Pins:
3030
esp32_cs = DigitalInOut(board.ESP_CS)

0 commit comments

Comments
 (0)