Files
TTGO_TWatch_Library/examples/BasicUnit/GPS_Unit/config.h
2020-09-21 14:43:26 +08:00

22 lines
397 B
C

// => Hardware select
#define LILYGO_WATCH_2020_V2
// Only supports 2020 V2 version, other versions do not support
//NOT SUPPORT ...
// #define LILYGO_WATCH_2020_V1
// #define LILYGO_WATCH_2019_WITH_TOUCH
// #define LILYGO_WATCH_2019_NO_TOUCH
// #define LILYGO_WATCH_BLOCK
//NOT SUPPORT ...
// => Function select
#define LILYGO_WATCH_HAS_GPS
#include <LilyGoWatch.h>