mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[GH-ISSUE #1652] Deauther 2.6.2 on ESP8266 operating Buttons not working ? #936
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#936
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 @yashgunjal04 on GitHub (Jun 14, 2023).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/1652
the config is default:
// ===== BUTTONS ===== //
#define BUTTON_UP 14 // D5
#define BUTTON_DOWN 12 // D6
#define BUTTON_A 2 // D4
#define BUTTON_B 0 // D3
but connecting to the GND is without any change.
The terminal command : screen mode buttontest
shows only false on all 4 buttons.
there is no difference between D5,D6 or D3 connected to the GND or not
@welcome[bot] commented on GitHub (Jun 14, 2023):
Congrats on opening your first issue on this repository! 🎉
This is a automated message to help you avoid common pitfalls when asking for help online.
👉 Be sure to:
* 🇬🇧 Communicate in English so everybody can understand you
* 📖 Have a look at the Wiki and README for information
* 🔍 Search for similar issues (open and closed)
* ✍️ Provide enough information to understand, recreate and help out with your problem
* ℹ️ Let us know if you find a solution and please share it with us
* 📕 Close the issue when your problem has been solved
@nwsynx commented on GitHub (Jul 11, 2023):
same shit, but buttons works on esp8266_deauther_2.6.1_DISPLAY_EXAMPLE_I2C or SPI
@shakri0 commented on GitHub (Jul 22, 2023):
K
@mohammad3a1eh commented on GitHub (Apr 5, 2024):
Hello dear friends
I had the same problem, I made some changes in the files and now it seems to be working
You need to open the
A_config.hfileIn the first step, I commented this line
#define DEFAULT_ESP8266and instead I got this from the comment#define WEMOS_D1_MINIbecause I use "wemos mini d1"I commented all the lines below
I added the following lines
Because my Oled was i2c, I used
#define SSD1306_I2Cline, otherwise you can remove other lines from the comment that are next to the same line.Just make sure to enter the pin numbers correctly, change the values from
255to the desired basePay attention that the bases for spi are different, just look carefully at the comments in the source code and you will understand
I'm sorry for the many explanations and my bad English, my language is not English
I hope I can help people who have the same problem