This commit is contained in:
e2002
2023-05-19 14:43:27 +03:00
parent 57a5666868
commit b975057b3f
25 changed files with 323 additions and 98 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.9.180"
#define YOVERSION "0.9.200"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -306,7 +306,10 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#define MAX_AUDIO_SOCKET_TIMEOUT false // max audio socket timeout?
#endif
#ifndef BITRATE_FULL
#define BITRATE_FULL true
#define BITRATE_FULL true // display bitreta badget
#endif
#ifndef SD_AUTOPLAY
#define SD_AUTOPLAY true // auto play from SD card when inserted
#endif
/*
*** ST7735 display submodel ***