-
-
Notifications
You must be signed in to change notification settings - Fork 488
Description
Describe the problem
Hi everyone, I'm trying to use this brand new IDE:
Version: 2.0.0-rc9.2.nightly-20220825
Date: 2022-08-25T03:50:18.689Z
CLI Version: git-snapshot [42cd9e17]
but it gives me this output in the serial monitor:
In file included from D:\WinUSER\01 - ARDUINO\(0)-MyProjects\(0)-ESP32\RllrShttr_Auto101_01\RllrShttr_Auto101_01.ino:426:
D:\Program Files (x86)\Arduino_1806_UseThis\libraries\AsyncElegantOTA\src/AsyncElegantOTA.h:14:14: fatal error: AsyncTCP.h: No such file or directory
#include "AsyncTCP.h"
^~~~~~~~~~~~
compilation terminated.
Unlike what reported, I have set the IDE [File-->Preferences-->Schetchbook Location] to the path of the folder where the libraries are: d:\Users\WinUSER\Documents\Arduino\Arduino_200\libraries
The new IDE 2.0.0 is installed in : D:\Program Files\Arduino_200_BETA
(after downloaded directly the ZIP file from https://github.com/arduino/arduino-ide, unzipped and moved in the -D- phisical HDD).
What it seems to me, is that it simply IGNORE even the very POSSIBILITY of using the given path.
Anyway, with the use of the current IDE 1.8.19 with the SAME files and the SAME libraries everything is fine and working.
Have a nice day.
To reproduce
I use many libraries and the sketch is divided into 9 files: once compiled it takes up to 1188149 bytes (60%) of program storage space...
Expected behavior
the same as IDE 1.8.19
Arduino IDE version
2.0.0-rc9.2.nightly-20220825
Operating system
Windows
Operating system version
Win 10 pro 64 bit 21H2 19044.1889
Additional context
ESP32 ?
Issue checklist
- I searched for previous reports in the issue tracker
- I verified the problem still occurs when using the latest nightly build
- My report contains all necessary details