SpacehuhnTech/esp8266_deauther

Buttons not working

Open

#1,573 创建于 2022年8月15日

在 GitHub 查看
 (28 评论) (0 反应) (0 负责人)C (14,772 star) (2,758 fork)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

贡献者指南