File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 6969 #define LED_MODE_BRIGHTNESS 10
7070
7171 #define LED_NUM 1
72- #define LED_NEOPIXEL_PIN D8
72+ #define LED_NEOPIXEL_PIN 15 // D8
7373
7474// ===== DISPLAY ===== //
7575 #define USE_DISPLAY true
7878 #define SH1106_I2C
7979
8080 #define I2C_ADDR 0x3C
81- #define I2C_SDA D2
82- #define I2C_SCL D1
81+ #define I2C_SDA 4 // D2
82+ #define I2C_SCL 5 // D1
8383
8484// ===== BUTTONS ===== //
85- #define BUTTON_UP D5
86- #define BUTTON_DOWN D6
87- #define BUTTON_A D4
88- #define BUTTON_B D3
85+ #define BUTTON_UP 14 // D5
86+ #define BUTTON_DOWN 12 // D6
87+ #define BUTTON_A 2 // D4
88+ #define BUTTON_B 0 // D3
8989
9090// https://github.com/SpacehuhnTech/esp8266_deauther/wiki/Setup-Display-&-Buttons#example-setup-with-i2c-oled
9191#elif defined(DISPLAY_EXAMPLE_I2C )
You can’t perform that action at this time.
0 commit comments