timmbogner / Farm-Data-Relay-System

A system that uses ESP-NOW, LoRa, and other protocols to transport sensor data in remote areas without relying on WiFi.
MIT License
485 stars 108 forks source link

Use internal NTP api #62

Closed thefeiter closed 1 year ago

thefeiter commented 1 year ago

As discussed in #60 I replaced the NTPClient library with the internal ntp timekeeping api.

This reduces some complexity very nicely.