From e4a346ae32b16c20f84082c7131e4e98f332a5c9 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Sat, 24 Mar 2018 19:32:48 +0100 Subject: [PATCH] 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)