From e4a346ae32b16c20f84082c7131e4e98f332a5c9 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Sat, 24 Mar 2018 19:32:48 +0100 Subject: [PATCH 1/3] Added readme to configs --- configs/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 configs/README.md diff --git a/configs/README.md b/configs/README.md new file mode 100644 index 0000000..92d5128 --- /dev/null +++ b/configs/README.md @@ -0,0 +1,9 @@ +Here you find a bunch of modified config files for different boards. +Those are meant to be copy and replaced in the A_config.h file in the Arduino sektch. + +The default config should be fine for all boards that don't have a display or a RGB LED (like the NodeMCU). + +- [Deafault config](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/default.txt) +- [DSTIKE Deauther OLED v1 - v3](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_board_oled.txt) +- [DSTIKE Deauther OLED >= v3.5 & WiFi Deauther Monster](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_board_oled_RGB.txt) +- [DSTIKE Deauther Boy](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_boy.txt) From de53dcf5768c844b7378abf1f9a812bc4f5ac5b5 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Sat, 24 Mar 2018 19:33:07 +0100 Subject: [PATCH 2/3] Dang those typos are annoying --- configs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/README.md b/configs/README.md index 92d5128..7898ca0 100644 --- a/configs/README.md +++ b/configs/README.md @@ -3,7 +3,7 @@ Those are meant to be copy and replaced in the A_config.h file in the Arduino se The default config should be fine for all boards that don't have a display or a RGB LED (like the NodeMCU). -- [Deafault config](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/default.txt) +- [Default config](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/default.txt) - [DSTIKE Deauther OLED v1 - v3](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_board_oled.txt) - [DSTIKE Deauther OLED >= v3.5 & WiFi Deauther Monster](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_board_oled_RGB.txt) - [DSTIKE Deauther Boy](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_boy.txt) From a5b7eecc13ad92f403fb8d29a65bd2341340b3b8 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Sat, 24 Mar 2018 19:47:35 +0100 Subject: [PATCH 3/3] Update README.md --- configs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/README.md b/configs/README.md index 7898ca0..3828753 100644 --- a/configs/README.md +++ b/configs/README.md @@ -5,5 +5,5 @@ The default config should be fine for all boards that don't have a display or a - [Default config](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/default.txt) - [DSTIKE Deauther OLED v1 - v3](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_board_oled.txt) -- [DSTIKE Deauther OLED >= v3.5 & WiFi Deauther Monster](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_board_oled_RGB.txt) +- [DSTIKE Deauther OLED v3.5 (or newer) & WiFi Deauther Monster](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_board_oled_RGB.txt) - [DSTIKE Deauther Boy](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/deauther_boy.txt)