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
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)