Tympan / Tympan_Library

Arduino/Teensy Library for Tympan Open Source Hearing Aid
MIT License
122 stars 32 forks source link

WDRC_XBand_PrescripSave_wApp can't run when RUN_STEREO is on #30

Closed yuan9778 closed 6 months ago

yuan9778 commented 3 years ago

The recent added example "07-Earpieces/WDRC_XBand_PrescripSave_wApp" is running fine on RevD, but when change it to run as stereo (see below), it stop working.

https://github.com/Tympan/Tympan_Library/blob/master/examples/07-Earpieces/WDRC_XBand_PrescripSave_wApp/WDRC_XBand_PrescripSave_wApp.ino

In this file, change false to true, then it stop working.

Line 45 #define RUN_STEREO (true)

What are the possible reasons for this?

Thanks!