Skip to content

Commit

Permalink
Updated comment in config
Browse files Browse the repository at this point in the history
USE_DISPLAY doesn't force anything (anymore). It is the default setting to enable/disable the display. Changed the comment to resolve confusion.
  • Loading branch information
Stefan Kremser committed Mar 30, 2018
1 parent 210e88d commit 6f88113
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion configs/DSTIKE_Deauther_OLED_v1-v1.5/A_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define LED_NEOPIXEL Adafruit_NeoPixel(LED_NEOPIXEL_NUM, LED_NEOPIXEL_PIN, NEO_GRB + NEO_KHZ800)

// ===================== DISPLAY CONFIG ==================== //
#define USE_DISPLAY true // will force display on
#define USE_DISPLAY true // default display setting

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Adjust the pins to match your setup
Expand Down
2 changes: 1 addition & 1 deletion configs/DSTIKE_Deauther_OLED_v2-v3/A_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define LED_NEOPIXEL Adafruit_NeoPixel(LED_NEOPIXEL_NUM, LED_NEOPIXEL_PIN, NEO_GRB + NEO_KHZ800)

// ===================== DISPLAY CONFIG ==================== //
#define USE_DISPLAY true // will force display on
#define USE_DISPLAY true // default display setting

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Adjust the pins to match your setup
Expand Down
2 changes: 1 addition & 1 deletion configs/DSTIKE_Deauther_OLED_v3.5_+_Monster/A_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define LED_NEOPIXEL Adafruit_NeoPixel(LED_NEOPIXEL_NUM, LED_NEOPIXEL_PIN, NEO_GRB + NEO_KHZ800)

// ===================== DISPLAY CONFIG ==================== //
#define USE_DISPLAY true // will force display on
#define USE_DISPLAY true // default display setting

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Adjust the pins to match your setup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define LED_NEOPIXEL Adafruit_NeoPixel(LED_NEOPIXEL_NUM, LED_NEOPIXEL_PIN, NEO_GRB + NEO_KHZ800)

// ===================== DISPLAY CONFIG ==================== //
#define USE_DISPLAY false // will force display on
#define USE_DISPLAY false // default display setting

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Adjust the pins to match your setup
Expand Down
2 changes: 1 addition & 1 deletion configs/Default/A_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define LED_NEOPIXEL Adafruit_NeoPixel(LED_NEOPIXEL_NUM, LED_NEOPIXEL_PIN, NEO_GRB + NEO_KHZ800)

// ===================== DISPLAY CONFIG ==================== //
#define USE_DISPLAY false // will force display on
#define USE_DISPLAY false // default display setting

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Adjust the pins to match your setup
Expand Down
2 changes: 1 addition & 1 deletion esp8266_deauther/A_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#define LED_NEOPIXEL Adafruit_NeoPixel(LED_NEOPIXEL_NUM, LED_NEOPIXEL_PIN, NEO_GRB + NEO_KHZ800)

// ===================== DISPLAY CONFIG ==================== //
#define USE_DISPLAY true // will force display on
#define USE_DISPLAY true // default display setting

/* = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Adjust the pins to match your setup
Expand Down

0 comments on commit 6f88113

Please sign in to comment.