This commit is contained in:
e2002
2022-08-01 12:47:56 +03:00
parent f123c71d04
commit b3e110eae3
22 changed files with 1123 additions and 71 deletions

View File

@@ -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