Skip to content

Commit f3c9fef

Browse files
author
Stefan Kremser
committed
commented out USE_DISPLAY
1 parent de952ba commit f3c9fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp8266_deauther/esp8266_deauther.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
// Settings //
1717

18-
#define USE_DISPLAY /* <-- uncomment that if you want to use the display */
18+
//#define USE_DISPLAY /* <-- uncomment that if you want to use the display */
1919
#define resetPin 4 /* <-- comment out or change if you need GPIO 4 for other purposes */
2020
//#define USE_LED16 /* <-- for the Pocket ESP8266 which has a LED on GPIO 16 to indicate if it's running */
2121

0 commit comments

Comments
 (0)