Search found 1 match
- Wed Jun 01, 2022 7:18 am
- Forum: ESP32 Arduino
- Topic: Dual core affecting AsyncWebserver and BluetoothSerial.
- Replies: 0
- Views: 905
Dual core affecting AsyncWebserver and BluetoothSerial.
I am getting some readings from accelerometer in my core0, also i am trying to download a txt log file from LIttleFS using AsyncWebserver/Bluetooth when needed. I can do all these without any problem when im doing everything in the same core. But when i try using core0 for my sensor data purpose and...