Search found 2 matches
- Sat Jun 13, 2020 11:44 am
- Forum: General Discussion
- Topic: ESP32 as Bluetoothg/Spotify Connect receiver
- Replies: 9
- Views: 38532
Re: ESP32 as Bluetoothg/Spotify Connect receiver
I would also like to know if someone got it working?
- Sat Nov 24, 2018 8:06 am
- Forum: General Discussion
- Topic: View Esp Log With Arduino IDE
- Replies: 5
- Views: 32889
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...