we now sorta set time based on gps

This commit is contained in:
geeksville
2020-02-06 08:18:20 -08:00
parent 0b226132b8
commit 9625bcbd9e
7 changed files with 43 additions and 18 deletions

View File

@@ -91,7 +91,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#if defined(T_BEAM_V10)
#define GPS_RX_PIN 34
#ifdef USE_JTAG
#define GPS_TX_PIN -1 // We can't send bytes to the GPS while using JTAG (not a big deal)
#define GPS_TX_PIN -1
#else
#define GPS_TX_PIN 12
#endif