This commit is contained in:
e2002
2025-07-17 15:33:24 +03:00
parent d8981ae3a7
commit f173dad9b5
14 changed files with 606 additions and 652 deletions

View File

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