OpenBK7231T_App icon indicating copy to clipboard operation
OpenBK7231T_App copied to clipboard

ESP-12F autoexec.bat does not work

Open tilator opened this issue 1 month ago • 0 comments

Some command like direct setChannel does work, loop by goto does work, but a siple comparison like

if $CH3>0 then setChannel 4 1

seems not to work.

Also I doubt

backlog

does not work but ends up to a bootloop.


Some more testing and it seems to be hanging and any kind of odd behavior if there is anything but very few commands in it.

Actually it might be it's not autoexec itself that does not work, but somehow the command execution does hang. Same commands might work just fine if they are run from command line.


Yet more testing

if $CH10<=$CH24 then backlog setChannel 1 1; setChannel 3 1

ends up to reboot.

if $CH10<=$CH24 then setChannel 1 1
if $CH10<=$CH24 then setChannel 3 1

does not boot and seems to work just fine.

FW version: 1.18.217

tilator avatar Nov 30 '25 20:11 tilator