Skip to content

Commit a36b788

Browse files
authored
Merge pull request #228 from mikeysklar/time-api-url
TIME API URL change
2 parents 0b24c52 + 70c35de commit a36b788

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)