Search found 2 matches

by felix41382
Sat Jun 13, 2020 11:44 am
Forum: General Discussion
Topic: ESP32 as Bluetoothg/Spotify Connect receiver
Replies: 9
Views: 35657

Re: ESP32 as Bluetoothg/Spotify Connect receiver

I would also like to know if someone got it working?
by felix41382
Sat Nov 24, 2018 8:06 am
Forum: General Discussion
Topic: View Esp Log With Arduino IDE
Replies: 5
Views: 28135

Re: View Esp Log With Arduino IDE

Thanks for the advice. I changed the settings in the Arduino under Tools --> Core Debug Level to Verbose, but still no debug ouput. Do you have any other idea? #include "esp32-hal-log.h" void setup() { Serial.begin(115200); Serial.println("Starting"); // will be shown in the terminal Serial.setDebug...