v0.7.000
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define VERSION "0.6.530"
|
||||
#define VERSION "0.7.000"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -57,6 +57,23 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#define TFT_DC 4
|
||||
#endif
|
||||
|
||||
/* NEXTION */
|
||||
#ifndef NEXTION_RX
|
||||
#define NEXTION_RX 255
|
||||
#endif
|
||||
#ifndef NEXTION_TX
|
||||
#define NEXTION_TX 255
|
||||
#endif
|
||||
#ifndef NEXTION_WEATHER_LAT
|
||||
#define NEXTION_WEATHER_LAT "55.7512"
|
||||
#endif
|
||||
#ifndef NEXTION_WEATHER_LON
|
||||
#define NEXTION_WEATHER_LON "37.6184"
|
||||
#endif
|
||||
#ifndef NEXTION_WEATHER_KEY
|
||||
#define NEXTION_WEATHER_KEY ""
|
||||
#endif
|
||||
|
||||
/* OLED I2C DISPLAY */
|
||||
#ifndef I2C_SDA
|
||||
#define I2C_SDA 13
|
||||
|
||||
Reference in New Issue
Block a user