Before logging an issue, please update to the latest release of Visual Micro from the Downloads Page.

When Logging a Support Issue in the Forum, please ensure you have also:-

  • Enabled vMicro > Compiler > Show Build Properties
  • Re-Compile your program with these settings enabled
 
Save the new Output to a Text File and....
  • Click the Reply button and attach as .txt file OR
  • Click here to Email us with the file attached, and a link to your post
Support requests without the output above may be impossible to answer, so please help us to help you
 
Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic ESP32board selection (Read 148 times)
Trek19
Junior Member
**
Offline


Posts: 91
Location: UK
Joined: Dec 2nd, 2013
ESP32board selection
May 1st, 2025 at 6:46am
Print Post  
I am building an ino file suplied by somebody else and they stipulate I have to use an earlier version of the ESP board 1.0.6.
I use the board manager to set this and am informed that it is installed in: C:\Users\james\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.6

but each time I open the project in Visual studio and before I build I get a string of warnings about trying to use board version 3.1.3 the latest:

in this location: (displaying on the board seems to remove this address)
C:\Users\james\AppData\Local\Arduino15\packages\esp32\hardware\esp32\3.1.3

Ignoring source code that is included in the project but can not be located: ries\WiFi\src\WiFi.h
Ignoring source code that is included in the project but can not be located: ries\WiFi\src\WiFiAP.cpp
Ignoring source code that is included in the project but can not be located: ries\WiFi\src\WiFiAP.h
Ignoring source code that is included in the project but can not be located: ries\WiFi\src\WiFiClient.h

etc etc etc


Any suggestions?
« Last Edit: May 1st, 2025 at 7:23am by Trek19 »  
Back to top
 
IP Logged
 
Simon@Visual Micro
Administrator
*****
Offline


Posts: 2704
Joined: Feb 13th, 2019
Re: ESP32board selection
Reply #1 - May 1st, 2025 at 8:35am
Print Post  
The files have been added to the project structure most likely by the vMicro > Add Library > Library Advanced > Create Shared Project when Including Libraries setting.

If this is the case you will see an unloaded project which can be right clicked and removed from the solution (e.g. WiFi).

Alternatively the individual files may have been added to the project structure, in which case, clicking vMicro > Ensure All Files in Project should clean these up for you.
  
Back to top
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint