sd_i2s+sd_vs_v3

This commit is contained in:
e2002
2022-12-16 12:43:53 +03:00
parent db34be117f
commit a2ba963027
8 changed files with 43 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
#ifndef options_h
#define options_h
#define YOVERSION "0.8.800"
#define YOVERSION "0.8.813"
/*******************************************************
DO NOT EDIT THIS FILE.
@@ -121,6 +121,9 @@ The connection tables are located here https://github.com/e2002/yoradio#connecti
#ifndef SDC_CS
#define SDC_CS 255 // SDCARD CS pin
#endif
#ifndef SD_HSPI
#define SD_HSPI false // use HSPI for SD (miso=12, mosi=13, clk=14) instead of VSPI (by default)
#endif
/* ENCODER */
#ifndef ENC_BTNL