-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Closed as not planned
Labels
Type: QuestionOnly questionOnly question
Description
Board
Esp32 Dev Module
Device Description
Hello, straight to the point. I try to program any code from a blink for the esp32 board, but when compiling it it gives me the message that it is not possible to compile due to a virus or unwanted software.
When compiling on any Arduino board I have no problems, the problem is only on the esp32 board
Hardware Configuration
.
Version
v2.0.14
IDE Name
Arduino IDE
Operating System
windows 10
Flash frequency
30
PSRAM enabled
no
Upload speed
.
Description
Hello, straight to the point. I try to program any code from a blink for the esp32 board, but when compiling it it gives me the message that it is not possible to compile due to a virus or unwanted software.
When compiling on any Arduino board I have no problems, the problem is only on the esp32 board
Sketch
void setup() {
// put your setup code here, to run once:
}
void loop() {
// put your main code here, to run repeatedly:
}
Debug Message
Arduino:1.8.18 (Windows 10), Tarjeta:"ESP32 Dev Module, Disabled, Disabled, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None, Disabled"
fork/exec C:\Windows\system32\cmd.exe: No se pudo completar la operación porque el archivo contiene un virus o software potencialmente no deseado.
Error compilando para la tarjeta ESP32 Dev Module.
Este informe podría contener más información con
"Mostrar salida detallada durante la compilación"
opción habilitada en Archivo -> Preferencias.
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.
Metadata
Metadata
Assignees
Labels
Type: QuestionOnly questionOnly question