Page 1 of 1

OLEDCMD command and nb of chr in command display

Posted: 01 Dec 2019, 19:06
by Patou
Hello friends,
I am using actually ESP_Easy_mega-20191116_normal_ESP8266_4M1M.bin

Probably 1 bug :
It seems that the command OLEDCMD, on /,off, /clear is not working in this version nor in rules nor in direct command

Limitation :
The nb of chr in the commands line seems limited to 32 chr. ( this is not the nb of displayed chr !!)
This limit the length of the variable names specially when adding #transformation# and #Justification#
Is it a big work to extend those line to 65 chr for example ?
Patou

Re: OLEDCMD command and nb of chr in command display

Posted: 01 Dec 2019, 21:56
by TD-er
Please give the exact command you try to send (including spaces)
Post them here in the [ quote] tags.

Re: OLEDCMD command and nb of chr in command display

Posted: 01 Dec 2019, 22:03
by TD-er
Hmm in the discussion on Github on another issue you have the OLED Framed plugin. The OLEDCMD is for the other OLED plugin.
Are you sure you're using the correct command?

Re: OLEDCMD command and nb of chr in command display

Posted: 01 Dec 2019, 22:19
by Patou
Hello
this is the command :

Code: Select all

On Up#State=11 do
  OledCmd,on
endon

On Down#State=11 do
 OledCmd,off
endon
Is it possible to switch OLED frame plugin with OLEDCMD,off /on ?

Re: OLEDCMD command and nb of chr in command display

Posted: 01 Dec 2019, 22:25
by Patou
Sorry it works with OLEDFRAMEDCMD !!
Thanks for your help !!