New Release 1.70.4

Here you'll find the updated available
Post Reply
User avatar
cicciocb
Site Admin
Posts: 3129
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 635 times
Been thanked: 2231 times
Contact:

New Release 1.70.4

Post by cicciocb »

Hi everyone,
I’m pleased to announce the release of version 1.70.4.
This is another intermediary version that includes several fixes and improvements.

The main enhancement concerns the "under the hood" communication layer, which is now much faster and more reliable.
You can now use WLOG as a real replacement for PRINT.
For example, you can do the following:

Code: [Local Link Removed for Guests]

for z = 1 to 1000
  wlog z
next z
You’ll notice how much faster it is now!

Enjoy the update, and as always, please don’t hesitate to share your feedback.

Code: [Local Link Removed for Guests]

Annex32 Change Log
Version 1.70.4
- Huge improvement on the websocket communication
    - Faster communications and higher stability
    - Unexpected Timeout messages fixed
    - WLOG can be used at high speed without issue
- Fixed the implicit "end" at the end of the main program ref https://www.cicciocb.com/forum/viewtopic.php?p=9375&hilit=import#p9375
- Enabled and fixed the sound generation for the ESP32-S2 and ESP32-C3 (single core chips)
- Fixed the issue "Triggering only one event when pressing button" ref https://www.cicciocb.com/forum/viewtopic.php?p=9382#p9382
- Implmented the support of the headers for WGET$, WPOST$ and WPUT$
    - the argument "content_type$" has been replaced by header$
    - It must contain strings like "key:value" separated by chr$(10) or chr$(13) + chr$(10) (only between them)
- Implemented a true RND function
    - Simply call RND()  (without any argument)
Monki
Posts: 111
Joined: Mon Feb 27, 2023 12:56 pm
Location: Berlin
Has thanked: 41 times
Been thanked: 21 times

Re: New Release 1.70.4

Post by Monki »

Francesco,
thank you for the quick implementation of the Header$ function for Wget/Wpost.. commands I just tested it with several header entries, it works great.
Could you also upload the new version with BLE for the S3 modules with qspi.
thanks again
monki
User avatar
Starraker
Posts: 114
Joined: Tue Sep 03, 2024 1:53 am
Location: Canberra Australia
Been thanked: 28 times
Contact:

Re: New Release 1.70.4

Post by Starraker »

Thank you Francesco.
User avatar
karlkloss
Posts: 324
Joined: Fri Aug 18, 2023 12:21 pm
Location: Local group
Has thanked: 54 times
Been thanked: 77 times

Re: New Release 1.70.4

Post by karlkloss »

Thanks for this.

One question: Sound generation for S2 and C3:

What does this include?
Only tones, or also wav and mp3?
User avatar
cicciocb
Site Admin
Posts: 3129
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 635 times
Been thanked: 2231 times
Contact:

Re: New Release 1.70.4

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon Dec 09, 2024 8:03 am Thanks for this.

One question: Sound generation for S2 and C3:

What does this include?
Only tones, or also wav and mp3?
This means all the sound stuff, mp3 and wav and web radio included.
I removed this feature from these chips some time ago because the module can remain "blocked" if the mp3 use too much resources but I definitively found a little cheat that should avoid that so I decided to reintroduce again this feature.
However, I suggest to always use the dual core modules for the music generation
User avatar
karlkloss
Posts: 324
Joined: Fri Aug 18, 2023 12:21 pm
Location: Local group
Has thanked: 54 times
Been thanked: 77 times

Re: New Release 1.70.4

Post by karlkloss »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Mon Dec 09, 2024 10:43 am However, I suggest to always use the dual core modules for the music generation
For hobby purposes, this absolutely makes sense, because the price difference between the chips is low.
User avatar
cicciocb
Site Admin
Posts: 3129
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 635 times
Been thanked: 2231 times
Contact:

Re: New Release 1.70.4

Post by cicciocb »

[Local Link Removed for Guests] wrote: [Local Link Removed for Guests]Sun Dec 08, 2024 10:51 pm Francesco,
thank you for the quick implementation of the Header$ function for Wget/Wpost.. commands I just tested it with several header entries, it works great.
Could you also upload the new version with BLE for the S3 modules with qspi.
thanks again
monki
I've just uploaded these versions
Post Reply