Turns a D1 Mini with a GPS into an NTP server for the LAN
Go to file
2018-01-27 17:25:59 -08:00
.settings Initial esp-idf based implentation 2018-01-27 07:13:34 -08:00
components added esp32-snippets as submodule, added special component.mk to only grap the u8g2 hooks 2018-01-27 17:17:16 -08:00
main added esp32-snippets as submodule, added special component.mk to only grap the u8g2 hooks 2018-01-27 17:17:16 -08:00
.cproject Initial esp-idf based implentation 2018-01-27 07:13:34 -08:00
.gitignore Initial esp-idf based implentation 2018-01-27 07:13:34 -08:00
.gitmodules added esp32-snippets as submodule, added special component.mk to only grap the u8g2 hooks 2018-01-27 17:17:16 -08:00
.project Initial esp-idf based implentation 2018-01-27 07:13:34 -08:00
LICENSE Update LICENSE 2017-11-03 19:25:54 -07:00
Makefile Initial esp-idf based implentation 2018-01-27 07:13:34 -08:00
README.md update README for existance of submodules 2018-01-27 17:25:59 -08:00

ESPNTPServer

GPS fueled ESP32 based NTP Server

GPS: Adafruit Untimate GPS

This project has git submodules so please use --recursive when you clone! If you forget then run: git submodule update --init! After a git pull you should run git submodule update --init --recursive to make sure submodules are up to date.

Work in progress....