Oops, reinstate OBSOLETEAPI - the non-obsolete one gives trash on adc input
This commit is contained in:
parent
489cdac0a8
commit
3f60307825
2 changed files with 2 additions and 2 deletions
|
|
@ -185,7 +185,7 @@ static void initdacs( void)
|
||||||
#endif /* PD_LYRAT */
|
#endif /* PD_LYRAT */
|
||||||
i2s_set_pin(I2S_NUM_0, &i2s_pin_cfg);
|
i2s_set_pin(I2S_NUM_0, &i2s_pin_cfg);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
#else /* OBSOLETEAPI */
|
#else /* OBSOLETEAPI */
|
||||||
|
|
||||||
static void initdacs( void)
|
static void initdacs( void)
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
#define USEADC /* enable audio input (output always enabled) */
|
#define USEADC /* enable audio input (output always enabled) */
|
||||||
/* #define PD_USE_GYRO */ /* complex Arts board with BNO085 gyro */
|
/* #define PD_USE_GYRO */ /* complex Arts board with BNO085 gyro */
|
||||||
#define IOCHANS 2
|
#define IOCHANS 2
|
||||||
/* #define OBSOLETEAPI */ /* need this for LyraT boards */
|
#define OBSOLETEAPI /* need this for LyraT boards */
|
||||||
|
|
||||||
/* task priorities */
|
/* task priorities */
|
||||||
#define PRIORITY_WIFI 2
|
#define PRIORITY_WIFI 2
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue