mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1454] led command not working in DEAUTHER V2.6 code #772
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#772
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
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):
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!