From 757d0a938b9c7e83d6af00e0b5d79b1ca7de41c1 Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Sat, 24 Mar 2018 20:54:30 +0100 Subject: [PATCH] Auto stash before merge of "master" and "origin/master" --- 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..3828753 --- /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). + +- [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 (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)