Commit Graph

27 Commits

Author SHA1 Message Date
Chris Liebman
1488932be0 fix travis link 2018-06-12 19:31:45 -07:00
Chris Liebman
f7dcd3a144 update readme 2018-06-12 19:26:49 -07:00
liebman
8a53197001
Reorg (#1)
* reorg to include core and librany deps in project using submodules

* added script to insure submodules and such are setup

* added OTA update support and started on syslog logging

* added syslog logging support & Config saving via SPIFFS/Json file

* start travis builds

* DebugLevel

* added eagle designs

* added enclosure

* update README
2018-06-12 19:04:20 -07:00
Chris Liebman
245cbc2dea minor changes - invert display due to current hardware layout mistake 2018-05-26 18:34:56 -07:00
Christopher Liebman
6e29da89b5 Switch to use DLog as dbug output 2018-03-11 19:00:40 -07:00
Chris Liebman
7f45ec04bf seperate time setting from validity check, if we chaneg the time we also invalidate 2018-03-08 12:40:03 -08:00
Christopher Liebman
49a69c7cad display seconds "till valid" 2018-03-04 16:46:16 -08:00
Christopher Liebman
e53d9270dc refactor display 2018-03-04 16:40:46 -08:00
Christopher Liebman
3b6472f41e missed update logging change for WireUtils 2018-03-03 06:13:51 -08:00
Christopher Liebman
ac5eaf36fa switched back to esp8266 and use Serial1 for debug output and Serial for GPS 2018-03-03 06:00:45 -08:00
Christopher Liebman
174888b6a1 config for u8g2_hal logging 2018-01-28 08:44:42 -08:00
Christopher Liebman
6ab4e383a8 add config options for debug level for each task, default to info 2018-01-28 08:37:57 -08:00
Christopher Liebman
325f748516 update README for existance of submodules 2018-01-27 17:25:59 -08:00
Christopher Liebman
c436c1d2b5 added esp32-snippets as submodule, added special component.mk to only grap the u8g2 hooks 2018-01-27 17:17:16 -08:00
Christopher Liebman
8740745325 fix upstream 2018-01-27 15:42:11 -08:00
Christopher Liebman
84601b8843 move minmea to component 2018-01-27 15:21:34 -08:00
Christopher Liebman
7f390ea990 update readme 2018-01-27 07:20:11 -08:00
Christopher Liebman
7dfffbc246 Initial esp-idf based implentation 2018-01-27 07:13:34 -08:00
Chris Liebman
aa265b1280 we are not valid until 60 PPS cycles after we have a valid gps 2017-11-13 14:06:28 -08:00
Chris Liebman
adc4412326 add free heap to the display and output 2017-11-11 18:11:24 -08:00
Chris Liebman
d7b938c970 Lots of debugging and experimentation going on! 2017-11-11 17:57:05 -08:00
Chris Liebman
72434b0151 switch to adafruit ultimate GPS, drop all the DS3231 rtc junk 2017-11-10 19:51:14 -08:00
Chris Liebman
81456c7c5f Merge branch 'master' of github.com:liebman/ESPNTPServer 2017-11-05 10:17:22 -08:00
Chris Liebman
be663b01d8 Switch to using micros() insteam of ESP.getCycleCount() 2017-11-05 10:16:36 -08:00
liebman
b42de230eb
Update LICENSE 2017-11-03 19:25:54 -07:00
Chris Liebman
9c65ef10e9 Initial checkin, hacky code, using DS3231 instead of GPS unit. 2017-11-03 19:03:05 -07:00
liebman
822d59009a
Initial commit 2017-11-03 18:38:22 -07:00