You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
E (116) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (116) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig
Sketch
voidsetup() {
// put your setup code here, to run once:
}
voidloop() {
// put your main code here, to run repeatedly:
}
Debug Message
E (116) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (116) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
I confirm I have checked existing issues, online documentation and Troubleshooting guide.
The text was updated successfully, but these errors were encountered:
Board
ESP-WROOM-32D(single core)
Device Description
ESP-WROOM-32D(single core)
Hardware Configuration
ESP-WROOM-32D(single core)
Version
latest master (checkout manually)
IDE Name
arduino
Operating System
windows 10
Flash frequency
40MHZ
PSRAM enabled
yes
Upload speed
115200
Description
E (116) cpu_start: Running on single core variant of a chip, but app is built with multi-core support.
E (116) cpu_start: Check that CONFIG_FREERTOS_UNICORE is enabled in menuconfig
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: