Wlog bug ESP8266 Annex WiFi RDS 1.47

Here we can discuss about the problem found
Post Reply
Jan Volk
Posts: 93
Joined: Wed Mar 03, 2021 1:35 pm
Been thanked: 28 times

Wlog bug ESP8266 Annex WiFi RDS 1.47

Post by Jan Volk »

I encountered an error with ESP8266 Annex WiFi RDS 1.47

When using Wlog the , or ; works not after a string command on a ESP8266. With Annex32 1.51.2 it does work.

' test program ESP8266 1.47
test:
Wlog "Hello World ",
Pause 1000
Goto test

' test program ESP8266 1.47
test:
Wlog "Hello World ";
Pause 1000
Goto test

Jan
Last edited by Jan Volk on Sun Oct 15, 2023 9:16 pm, edited 1 time in total.
User avatar
PeterN
Posts: 393
Joined: Mon Feb 08, 2021 7:56 pm
Location: Krefeld, Germany
Has thanked: 184 times
Been thanked: 221 times
Contact:

Re: Wlog bug Annex wifi RDS 1.47

Post by PeterN »

Seems to me, according to the change log, that behavior was changed later:

Version 1.48.2
- ...
- Introduced Wlog command.
- Fixed semicolon and comma behavior.
...
Jan Volk
Posts: 93
Joined: Wed Mar 03, 2021 1:35 pm
Been thanked: 28 times

Re: Wlog bug Annex wifi RDS 1.47

Post by Jan Volk »

Sorry for my previous message but I'll try again.

I encountered an error on an ESP8266 Annex WiFi RDS 1.47

When you use Wlog with a , or ; it does not work properly after a string command with an ESP8266. It works well with an Annex32 1.51.2 module.

' Test program with ESP8266 1.47
test:
Wlog "Hello world ",
Pause 1000
Goto test

' Test program with ESP8266 1.47
test:
Wlog "Hello world ";
Pause 1000
Goto test

Jan
User avatar
cicciocb
Site Admin
Posts: 2069
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 441 times
Been thanked: 1364 times
Contact:

Re: Wlog bug ESP8266 Annex WiFi RDS 1.47

Post by cicciocb »

I fixed this in the version 1.48 that I just uploaded
Jan Volk
Posts: 93
Joined: Wed Mar 03, 2021 1:35 pm
Been thanked: 28 times

Re: Wlog bug ESP8266 Annex WiFi RDS 1.47

Post by Jan Volk »

Annex ESP8266 1.48 tested and it works.
For Wlog
; = After a String or character stay on the same line.
, = After a String or draw a Tab and stay on the same line.

Version Change Log only lists an entry for ';' and also applied to ','.

Nice day.


Jan
Post Reply