This commit is contained in:
Oliver Brandmueller 2018-07-30 18:11:14 +02:00
commit 38fe1da2d2
2 changed files with 1 additions and 2 deletions

View File

@ -2,6 +2,7 @@
#define _GPS_H #define _GPS_H
#include <TinyGPS++.h> // library for parsing NMEA data #include <TinyGPS++.h> // library for parsing NMEA data
#include <TimeLib.h>
typedef struct { typedef struct {
uint32_t latitude; uint32_t latitude;

View File

@ -10,8 +10,6 @@
#include <esp_spi_flash.h> // needed for reading ESP32 chip attributes #include <esp_spi_flash.h> // needed for reading ESP32 chip attributes
#include <esp_event_loop.h> // needed for Wifi event handler #include <esp_event_loop.h> // needed for Wifi event handler
#include <TimeLib.h>
void reset_counters(void); void reset_counters(void);
void blink_LED(uint16_t set_color, uint16_t set_blinkduration); void blink_LED(uint16_t set_color, uint16_t set_blinkduration);
void led_loop(void); void led_loop(void);