-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Description
Hardware:
Board: ESP32 Dev Module
Core Installation/update date: 27/sep/2017
IDE name: Arduino IDE 1.8.4
Flash Frequency: 40Mhz
Upload Speed: 115200
Description:
Hi,
File gen_esp32part.exe gets detected as a Trojan:Win32/Azden.A!cl virus by Windows Defender and the IDE also reports it as virus when compiling a sketch.
So, I decided to use an older copy of the file from previous installation and that seemed to work but compiling now fails with the following message:
Arduino: 1.8.4 (Windows 10), Board: "ESP32 Dev Module, QIO, 80MHz, 4MB (32Mb), 921600, None"
Archiving built core (caching) in: C:\Users\tom00\AppData\Local\Temp\arduino_cache_302453\core\core_espressif_esp32_esp32_FlashMode_qio,FlashFreq_80,FlashSize_4M,UploadSpeed_921600,DebugLevel_none_cc8d03a82408ab89806eebc3d4cf6de4.a
Multiple libraries were found for "WiFi.h"
Used: E:\OneDrive\Arduino\My Projects\hardware\espressif\esp32\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
exec: "E:\OneDrive\Arduino\My Projects\hardware\espressif\esp32/tools/esptool.exe": file does not exist
Error compiling for board ESP32 Dev Module.
This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Sketch:
//Change the code below by your sketch
#include <Arduino.h>
void setup() {
}
void loop() {
}
Debug Messages:
Enable Core debug level: Debug on tools menu of Arduino IDE, then put the serial output here