Functional menu
This commit is contained in:
parent
5b7ef1c24f
commit
06839fa806
6 changed files with 160 additions and 30 deletions
10
src/config.h
10
src/config.h
|
@ -1,3 +1,5 @@
|
|||
#include <Wire.h>
|
||||
|
||||
#define MENU_BTN_PIN 26
|
||||
#define BACK_BTN_PIN 25
|
||||
#define DOWN_BTN_PIN 4
|
||||
|
@ -22,6 +24,8 @@
|
|||
#define DISPLAY_WIDTH 200
|
||||
#define DISPLAY_HEIGHT 200
|
||||
|
||||
#define WIFI_SSID "<my ssid>>"
|
||||
#define WIFI_PASS "<my pass>"
|
||||
#define TZ_OFFSET 3600 * 3
|
||||
#define WIFI_SSID "<ssid>"
|
||||
#define WIFI_PASS "<pass>"
|
||||
#define TZ_OFFSET 3600 * 3
|
||||
|
||||
#define NTP_SERVER "pool.ntp.org"
|
Loading…
Add table
Add a link
Reference in a new issue