From 2e9282d03e54f52d80281963ebf937e0c6ac859d Mon Sep 17 00:00:00 2001 From: Stefan Kremser Date: Wed, 31 May 2017 12:26:32 +0200 Subject: [PATCH] small adjustments small adjustments for the release / merge --- esp8266_deauther/data.h | 4 ++-- esp8266_deauther/esp8266_deauther.ino | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/esp8266_deauther/data.h b/esp8266_deauther/data.h index 77f7f83..b332522 100644 --- a/esp8266_deauther/data.h +++ b/esp8266_deauther/data.h @@ -12901,7 +12901,7 @@ const static uint8_t data_vendors[] PROGMEM = {///* 0x00, 0xFC, 0x8D, 0x48, 0x69, 0x74, 0x72, 0x6F, 0x6E, 0x54, 0x65, 0x00, 0xFD, 0x45, 0x48, 0x65, 0x77, 0x6C, 0x65, 0x74, 0x74, 0x50, 0x00, 0xFD, 0x4C, 0x4E, 0x65, 0x76, 0x61, 0x74, 0x65, 0x63, 0x00, - 0x00, 0xFE, 0xC8, 0x43, 0x69, 0x73, 0x63, 0x6F, 0x00, 0x00, 0x00, //*/ + 0x00, 0xFE, 0xC8, 0x43, 0x69, 0x73, 0x63, 0x6F, 0x00, 0x00, 0x00, 0x01, 0x0E, 0xCF, 0x50, 0x4E, 0x2D, 0x4D, 0x43, 0x00, 0x00, 0x00, 0x02, 0x04, 0x06, 0x42, 0x62, 0x6E, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x02, 0x07, 0x01, 0x49, 0x6E, 0x74, 0x65, 0x72, 0x6C, 0x61, 0x6E, @@ -14605,7 +14605,7 @@ const static uint8_t data_vendors[] PROGMEM = {///* 0x28, 0xFC, 0x51, 0x45, 0x6C, 0x65, 0x63, 0x74, 0x72, 0x69, 0x63, 0x28, 0xFC, 0xF6, 0x53, 0x68, 0x65, 0x6E, 0x7A, 0x68, 0x65, 0x6E, 0x28, 0xFD, 0x80, 0x49, 0x65, 0x65, 0x65, 0x52, 0x65, 0x67, 0x69, - 0x28, 0xFE, 0xCD, 0x4C, 0x65, 0x6D, 0x6F, 0x62, 0x69, 0x6C, 0x65, + 0x28, 0xFE, 0xCD, 0x4C, 0x65, 0x6D, 0x6F, 0x62, 0x69, 0x6C, 0x65,//*/ 0x28, 0xFF, 0x3E, 0x5A, 0x74, 0x65, 0x00, 0x00, 0x00, 0x00, 0x00, 0x2C, 0x00, 0x2C, 0x55, 0x6E, 0x6F, 0x77, 0x68, 0x79, 0x00, 0x00, 0x2C, 0x00, 0x33, 0x45, 0x63, 0x6F, 0x6E, 0x74, 0x72, 0x6F, 0x6C, diff --git a/esp8266_deauther/esp8266_deauther.ino b/esp8266_deauther/esp8266_deauther.ino index 7ab4c59..4eeae7a 100644 --- a/esp8266_deauther/esp8266_deauther.ino +++ b/esp8266_deauther/esp8266_deauther.ino @@ -12,7 +12,7 @@ #include #define resetPin 4 /* <-- comment out or change if you need GPIO 4 for other purposes */ -#define USE_DISPLAY /* <-- uncomment that if you want to use the display */ +//#define USE_DISPLAY /* <-- uncomment that if you want to use the display */ #ifdef USE_DISPLAY #include