SpacehuhnTech/esp8266_deauther

Buttons not working

Open

#1,573 opened on 2022年8月15日

GitHub で見る
 (28 comments) (0 reactions) (0 assignees)C (14,772 stars) (2,758 forks)batch import
help wanted

説明

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

コントリビューターガイド

Buttons not working · SpacehuhnTech/esp8266_deauther#1573 | Good First Issue