Sorry, forgot that stage - it's been a long time!
I don't know what the T1 is. The 'ESP32 Dev Module' works for me so that's what I use.
Other things worth noting:
As you may have found, the first compile can take a very long time even with a very small programme, after that it's quicker though you might still need to change the timeout in the IDE.
The Stackbuffer will need increasing as the programme gets bigger (at the start of the file '#StackBufferSize: '). So, if you get strange problems try increasing it (mine's at 15000 in one large, complex programme !!)
There can sometimes be problems with other equipment plugged into USB ports on the PC at the same time (or even sometimes after they have been removed). I particularly have problems when using 3D printers and Cura software. Disconnecting the other device, restarting B4R, disconnect/ reconnecting the ESP and restarting the PC have all seemed to clear the problem at one time or another.
If you store anything in the Arduino directory (e.g. in the libraries) then make sure you keep backups. You might lose them if you update the Arduino version otherwise!
Sorry if these things are obvious but just in case they help!