Skip to content

Commit 684e47f

Browse files
author
Spacehuhn
committed
Added Hackheld Vega bin
1 parent f984e89 commit 684e47f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

esp8266_deauther/A_config.h

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
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
@@ -78,14 +78,14 @@
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)

0 commit comments

Comments
 (0)