You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to enhance the adafruit_esp32spi_socket.socket class to include datagram (UDP) socket type? This needed to allow connections with UDP only services like NTP.
The text was updated successfully, but these errors were encountered:
I don't know if there are plans to add UDP socket support, but you mentioned NTP, so I thought I'd let you know the NINA firmware on the ESP32 does NTP and that time is available via this library's get_time() in case that is useful.
Is it possible to enhance the
adafruit_esp32spi_socket.socket
class to include datagram (UDP) socket type? This needed to allow connections with UDP only services like NTP.The text was updated successfully, but these errors were encountered: