Add accelerometer interrupts and option to update the watch face less frequently

This commit is contained in:
Lewis Jackson 2023-05-30 03:21:16 +03:00
parent 6609a3ab13
commit ca117ea3fc
6 changed files with 112 additions and 14 deletions

View file

@ -28,4 +28,7 @@
#define WIFI_PASS "<pass>"
#define TZ_OFFSET 3600 * 3
#define NTP_SERVER "pool.ntp.org"
#define NTP_SERVER "pool.ntp.org"
#define UPDATE_INTERVAL 1
#define WAKE_ON_ACCEL_EVENTS false