Search found 1 match

by rodobo
Fri Jun 21, 2024 2:34 pm
Forum: ESP32 Arduino
Topic: Code crashes adding WiFi library
Replies: 1
Views: 1048

Code crashes adding WiFi library

Hello, I use an ESP32 Wroom 32 UE on my custom board. My board has to read an mp3 file on an SD card and play the audio on speaker. I control the board via BLE by sending the name of the file I want to play, stop, volume Up, volume down. This works perfectly. Now I would like to ad OTA to my board. ...