sdResumePos

This commit is contained in:
e2002
2022-12-20 10:30:47 +03:00
parent 7750dfea5b
commit 2a2bbf2c16
3 changed files with 16 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.8.833"
#define YOVERSION "0.8.834"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -61,7 +61,7 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#define TFT_CS 255
#endif
#ifndef TFT_RST
#define TFT_RST 15 // Or set to -1 and connect to Esp EN pin
#define TFT_RST -1 // Or set to -1 and connect to Esp EN pin
#endif
#ifndef TFT_DC
#define TFT_DC 4