Edzelf / ESP32-Radio

Internet radio based on ESP32, VS1053 and a TFT screen.
GNU General Public License v3.0
964 stars 227 forks source link

Boot Stop @ Start CH376 #470

Open utw3v0 opened 3 years ago

utw3v0 commented 3 years ago

there is an issue when the ch376 module is defined, on serial monitor it stops @ Start CH376 because "pin_ch376_cs" and "pin_ch376_int" are not defined so they have to be set first.

There are 3 ways to do so ....

  1. in tools -> radio_init
  2. in defaultprefs.h
  3. hardcoded in main.cpp