SpacehuhnTech / DeauthDetector

Detect deauthentication frames using an ESP8266
MIT License
776 stars 192 forks source link

arduino compilation #2

Open cookins opened 7 years ago

cookins commented 7 years ago

hey there i want to test your project and and found some problems in arduino compilation -

exit status 1 missing terminating ' character

i have 1.8.1 version and last esp8266 SDK. im not changed anything in sketch. module is esp-12. arduino nano. here full error - https://pastebin.com/6CjRVcP6

supersjimmie commented 7 years ago

Compiles fine here. According to your full error pastebin, I think you are not compiling the .ino file but you are trying to compile some html file.

cookins commented 7 years ago

It's opened as ino file, if that what you mean... Or I misunderstood something?...

supersjimmie commented 7 years ago

You may have a file with an .ino extension but what you show in the pastebin link is definitely not Arduino code.

supersjimmie commented 7 years ago

Perhaps you can try to copy/paste the text shown via this link into a new ino file and try again: https://raw.githubusercontent.com/spacehuhn/DeauthDetector/master/deauth_detector/deauth_detector.ino

ghost commented 3 years ago

compiling worked. a lot to learn for me here. another question. could the code be modified to send me a mail or a pushover notification trough a android app with api key on phone? please point me the way

wobegone commented 1 year ago

Compile this file: https://github.com/SpacehuhnTech/DeauthDetector/blob/4386dca8c2c61687b1870b40b6b0c0e5ccc1378a/deauth_detector/deauth_detector.bin

With this tool: https://esp.huhn.me/

cookins commented 1 year ago

Better late than never.