[GH-ISSUE #1454] led command not working in DEAUTHER V2.6 code #772

Open
opened 2026-02-28 00:04:42 +03:00 by kerem · 0 comments
Owner

Originally created by @RahulNambi on GitHub (Jul 16, 2021).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1454

Describe the bug
A clear and concise description of what the bug is.
I'm using the DSTIKE watch V3 which is running on deauther v2.6 code. In order to change the LED brightness, you provided an LED CLI option to change its behavior by inputting the LED cmd from serial monitor console. which is not working as expected can you please take a look ?

Basically the led cli cmd is not honoring the else if ((list->size() == 4) && eqlsCMD(0, CLI_LED)) condition at cli.cpp
To Reproduce
Steps to reproduce the behavior:

  1. Go to '...' serial monitor
  2. Click on '....'help
  3. Scroll down to '....' led
  4. See error
    15:26:56.263 -> # led
    15:26:56.295 -> ERROR: command "led" not found :(

Expected behavior
every time you try to provide led [], This below failure occurs,
15:26:56.263 -> # led
15:26:56.295 -> ERROR: command "led" not found :(

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: [e.g. iOS] arduino win
  • Browser [e.g. chrome, safari]N/A
  • Version [e.g. 1.0]
  • Hardware [e.g. DSTIKE, DIY]DSTIKE

Additional context
Add any other context about the problem here.
If you don't use this template, your issue might be closed and tagged invalid!

Originally created by @RahulNambi on GitHub (Jul 16, 2021). Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1454 **Describe the bug** A clear and concise description of what the bug is. I'm using the DSTIKE watch V3 which is running on deauther v2.6 code. In order to change the LED brightness, you provided an LED CLI option to change its behavior by inputting the LED cmd from serial monitor console. which is not working as expected can you please take a look ? Basically the led cli cmd is not honoring the **_else if ((list->size() == 4) && eqlsCMD(0, CLI_LED))_** condition at cli.cpp **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' serial monitor 2. Click on '....'help 3. Scroll down to '....' led 4. See error 15:26:56.263 -> # led 15:26:56.295 -> ERROR: command "led" not found :( **Expected behavior** every time you try to provide led <g> [<brightness>], This below failure occurs, 15:26:56.263 -> # led 15:26:56.295 -> ERROR: command "led" not found :( **Screenshots** If applicable, add screenshots to help explain your problem. **Environment (please complete the following information):** - OS: [e.g. iOS] arduino win - Browser [e.g. chrome, safari]N/A - Version [e.g. 1.0] - Hardware [e.g. DSTIKE, DIY]DSTIKE **Additional context** Add any other context about the problem here. If you don't use this template, your issue might be closed and tagged invalid!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#772
No description provided.