I Update the develop environment to Rev 0.0.7
(deleted library, unInstall 0.0.5, install 0.07 via board manager)
Now, when I try to compile, the WiFi Lora 32 (V3) is very very slow.
I try with a simplest sketch:
void setup() {}
void loop() {}
and with some differents board, and I measured the times to compile:
11 seconds: HTCC AB01
18 seconds: WiFi Lora 32 (V2)
102 seconds: WiFi Lora 32 (V3) /Wireless Shell (V3) / Wireless…
I TRY TO COPILE THE WiFi _LoRa_32_V3_FactoryTest.ino AND IT TAKES MORE THAN 3O MIN TO COMPILE with WiFi lora 32 (V3) board
So the problem is with V3 boards, which are too slow to compile.
I use Arduino IDE 1.8.19, Windows 11
Can anyone help me make it faster to compile (with V3 board)?
Many thanks