Skip to content

Commit c4b0e9c

Browse files
author
Stefan Kremser
committed
Made USE_LED16 default (again)
yeah I mean, I kinda fucked up the last commits so...
1 parent f212cb4 commit c4b0e9c

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
@@ -17,7 +17,7 @@
1717

1818
//#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 */
20-
//#define USE_LED16 /* <-- for the Pocket ESP8266 which has a LED on GPIO 16 to indicate if it's running */
20+
#define USE_LED16 /* <-- for the Pocket ESP8266 which has a LED on GPIO 16 to indicate if it's running */
2121

2222

2323
// Including everything for the OLED //

0 commit comments

Comments
 (0)