Skip to content

ESP-12F autoexec.bat does not work #1876

@tilator

Description

@tilator

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions