v0.9.530
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#ifndef options_h
|
||||
#define options_h
|
||||
|
||||
#define YOVERSION "0.9.515"
|
||||
#define YOVERSION "0.9.530"
|
||||
|
||||
/*******************************************************
|
||||
DO NOT EDIT THIS FILE.
|
||||
@@ -480,6 +480,18 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
|
||||
#endif
|
||||
|
||||
#ifndef SCREENSAVERSTARTUPDELAY
|
||||
#define SCREENSAVERSTARTUPDELAY 5
|
||||
#define SCREENSAVERSTARTUPDELAY 5
|
||||
#endif
|
||||
#ifndef HEADER_TIMEOUT
|
||||
#define HEADER_TIMEOUT 5000
|
||||
#endif
|
||||
#ifndef USE_OTA
|
||||
#define USE_OTA false
|
||||
#endif
|
||||
//#define OTA_PASS "myotapassword12345"
|
||||
//#define HTTP_USER "user"
|
||||
//#define HTTP_PASS "password"
|
||||
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user