SpacehuhnTech/esp8266_deauther

Buttons not working

Open

#1.573 aberto em 15 de ago. de 2022

Ver no GitHub
 (28 comments) (0 reactions) (0 assignees)C (2.758 forks)batch import
help wanted

Métricas do repositório

Stars
 (14.772 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

I tried to install the deauther 2.6.1 on few esp8266 devices. Unfortunately the buttons are not operational at all. There are two Nodemcu 8266 v1 where the display (I2C) and everything else is working properly except the buttons. I have one more ESP8266 noname and the result is the same. 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

Guia do colaborador