Hi to all.
With previous versions of B4R the compilation took place in 60 seconds maximum.
Now I am noticing that it takes too long to compile the simple project (access point).
The compilation takes 4 minutes to complete. It's normal?
Thank you for answer
B4R v. 3
Ide Arduino v. 1.8.10
Sdk Esp8266 v. 2.6.2
The compilation process wasn't changed in B4R v3.00.
Compilation of a new project targeting ESP8266 takes here 31 seconds on the first run and 25 seconds on the second run.
The slowest step is the last step where the compiled program is written to the MCU.
Resolved.
My mistake.
My B4r projects were on the Micro SD Memory Card connected to the PC slot.
Too slow to read/write for the compiler.
I moved the projects to drive c:\ now everything is ok