Merge branch 'master' of https://github.com/cyberman54/ESP32-Paxcounter
This commit is contained in:
commit
38fe1da2d2
@ -2,6 +2,7 @@
|
||||
#define _GPS_H
|
||||
|
||||
#include <TinyGPS++.h> // library for parsing NMEA data
|
||||
#include <TimeLib.h>
|
||||
|
||||
typedef struct {
|
||||
uint32_t latitude;
|
||||
|
@ -10,8 +10,6 @@
|
||||
#include <esp_spi_flash.h> // needed for reading ESP32 chip attributes
|
||||
#include <esp_event_loop.h> // needed for Wifi event handler
|
||||
|
||||
#include <TimeLib.h>
|
||||
|
||||
void reset_counters(void);
|
||||
void blink_LED(uint16_t set_color, uint16_t set_blinkduration);
|
||||
void led_loop(void);
|
||||
|
Loading…
Reference in New Issue
Block a user