Other Uploading time

Tayfur

Well-Known Member
Licensed User
Longtime User
I waited long time. 213 second, is it normal?
How can i more speed up.


B4R version: 1.50
Parsing code. (0.01s)
Compiling code. (1.14s)
Building project (0.98s)
Compiling & deploying Ino project (WeMos D1 R2 & mini - COM3) (213.01s)
Build options changed, rebuilding all
Sketch uses 244,513 bytes (23%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 33,480 bytes (40%) of dynamic memory, leaving 48,440 bytes for local variables. Maximum is 81,920 bytes.

Completed successfully.
 

Tayfur

Well-Known Member
Licensed User
Longtime User
It should be faster on further compilations as it keeps the compiled objects.

Your program is quite large. Make sure that there aren't any references to unused libraries.

I used your GPRS sample code and I added 1 module (50lines) for UDP cominications.
I used 5 lib. My project in attachment. Generally, I think my project is short and small.


Long updating time is normal?????

each time , I dont like 3-4 minutes wainting for update :(


Untitled.jpg
 

Attachments

  • test.zip
    4.8 KB · Views: 207
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
It takes about 30 seconds here:
B4R version: 1.50
Parsing code. (0.01s)
Compiling code. (0.03s)
Building project (0.02s)
Compiling & deploying Ino project (WeMos D1 R2 & mini - COM56) (25.03s)
Sketch uses 241,793 bytes (23%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 33,068 bytes (40%) of dynamic memory, leaving 48,852 bytes for local variables. Maximum is 81,920 bytes.

Completed successfully.

Make sure that the UploadSpeed parameter in the board selector is set to the maximum value.
 
Upvote 0

Tayfur

Well-Known Member
Licensed User
Longtime User
It takes about 30 seconds here:
B4R version: 1.50
Parsing code. (0.01s)
Compiling code. (0.03s)
Building project (0.02s)
Compiling & deploying Ino project (WeMos D1 R2 & mini - COM56) (25.03s)
Sketch uses 241,793 bytes (23%) of program storage space. Maximum is 1,044,464 bytes.
Global variables use 33,068 bytes (40%) of dynamic memory, leaving 48,852 bytes for local variables. Maximum is 81,920 bytes.

Completed successfully.

Make sure that the UploadSpeed parameter in the board selector is set to the maximum value.

Thank you for suppurt @Erel;

Your result is great.

upload speed: 921600

I think; is it possible for long time upload when board runining with old and broken code.
Because; Each 5-10sec old code re-start it. Maybe IDE cant upload for this restart cycle actions (old code)
 
Upvote 0
Top