From 4b0ce4a9c1c2ada65891bdbc17e0bc08e42f7fdf Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Sat, 27 Oct 2018 09:49:33 +0200 Subject: [PATCH] Updated Configs for Deauther Mini Uses the same config as Deauther Wristband now --- .../A_config.h | 0 .../README.md | 0 .../A_config.h | 0 .../{DSTIKE_Wristband => DSTIKE_Wristband_Mini}/README.md | 2 +- configs/README.md | 8 ++++---- esp8266_deauther/esp8266_deauther.ino | 3 +++ 6 files changed, 8 insertions(+), 5 deletions(-) rename configs/{DSTIKE_OLED_v3.5_Monster_Mini => DSTIKE_OLED_v3.5_Monster}/A_config.h (100%) rename configs/{DSTIKE_OLED_v3.5_Monster_Mini => DSTIKE_OLED_v3.5_Monster}/README.md (100%) rename configs/{DSTIKE_Wristband => DSTIKE_Wristband_Mini}/A_config.h (100%) rename configs/{DSTIKE_Wristband => DSTIKE_Wristband_Mini}/README.md (83%) diff --git a/configs/DSTIKE_OLED_v3.5_Monster_Mini/A_config.h b/configs/DSTIKE_OLED_v3.5_Monster/A_config.h similarity index 100% rename from configs/DSTIKE_OLED_v3.5_Monster_Mini/A_config.h rename to configs/DSTIKE_OLED_v3.5_Monster/A_config.h diff --git a/configs/DSTIKE_OLED_v3.5_Monster_Mini/README.md b/configs/DSTIKE_OLED_v3.5_Monster/README.md similarity index 100% rename from configs/DSTIKE_OLED_v3.5_Monster_Mini/README.md rename to configs/DSTIKE_OLED_v3.5_Monster/README.md diff --git a/configs/DSTIKE_Wristband/A_config.h b/configs/DSTIKE_Wristband_Mini/A_config.h similarity index 100% rename from configs/DSTIKE_Wristband/A_config.h rename to configs/DSTIKE_Wristband_Mini/A_config.h diff --git a/configs/DSTIKE_Wristband/README.md b/configs/DSTIKE_Wristband_Mini/README.md similarity index 83% rename from configs/DSTIKE_Wristband/README.md rename to configs/DSTIKE_Wristband_Mini/README.md index db0c9d8..7f33fb7 100644 --- a/configs/DSTIKE_Wristband/README.md +++ b/configs/DSTIKE_Wristband_Mini/README.md @@ -1,4 +1,4 @@ -# DSTIKE Deauther Wristband +# DSTIKE Deauther Wristband and Deauther Mini | | | | - | - | diff --git a/configs/README.md b/configs/README.md index d13a5fc..e3fc285 100644 --- a/configs/README.md +++ b/configs/README.md @@ -14,10 +14,10 @@ Copy the `A_config.h` file and paste it in the Arduino sektch and replace the de - [DSTIKE Deauther OLED v1, v1.5](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v1_v1.5/A_config.h) - [DSTIKE Deauther OLED v1.5S (with RGB)](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v1.5S/A_config.h) - [DSTIKE Deauther OLED v2, v2.5, v3](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v2_v2.5_v3/A_config.h) - - [DSTIKE Deauther OLED v3.5](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v3.5_Monster_Mini/A_config.h) - - [DSTIKE Deauther OLED Mini](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v3.5_Monster_Mini/A_config.h) -- [DSTIKE Deauther Wristband](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_Wristband/A_config.h) -- [DSTIKE Deauther Monster](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v3.5_Monster_Mini/A_config.h) + - [DSTIKE Deauther OLED v3.5](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v3.5_Monster/A_config.h) + - [DSTIKE Deauther OLED Mini](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v3.5_Monster/A_config.h) +- [DSTIKE Deauther Wristband](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_Wristband_Mini/A_config.h) +- [DSTIKE Deauther Monster](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_OLED_v3.5_Monster/A_config.h) - [DSTIKE Deauther Boy](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_Deauther_Boy/A_config.h) - [DSTIKE NodeMCU-07 v1](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/Default/A_config.h) - [DSTIKE NodeMCU-07 v2](https://github.com/spacehuhn/esp8266_deauther/blob/master/configs/DSTIKE_Deauther_v3.5_and_NodeMCU-07_v2/A_config.h) diff --git a/esp8266_deauther/esp8266_deauther.ino b/esp8266_deauther/esp8266_deauther.ino index e96e66b..6911af5 100644 --- a/esp8266_deauther/esp8266_deauther.ino +++ b/esp8266_deauther/esp8266_deauther.ino @@ -6,6 +6,9 @@ */ extern "C" { + // Please follow this tutorial: + // https://github.com/spacehuhn/esp8266_deauther/wiki/Installation#compiling-using-arduino-ide + // And be sure to have the right board selected #include "user_interface.h" } #include