mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 16:25:54 +03:00
[PR #113] [MERGED] v.1.1 #1047
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#1047
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/113
Author: @spacehuhn
Created: 3/12/2017
Status: ✅ Merged
Merged: 3/12/2017
Merged by: @spacehuhn
Base:
master← Head:testing📝 Commits (10+)
8c33c19Added restart button in the web interface58964edUsing built-in LED when an attack is running. (+ options)4e9e4c2Bug fix: minified settings.html to free the flash memory1a8cb23Merged branch testing into testingda71127LED debug info bugfix2b1527eMinified all html files to avoid memory problems6a76c1dMerge pull request #89 from N0vaPixel/testing6d13ebaNow use GPIO2 to blink the ESP LED8107320Merge pull request #94 from N0vaPixel/testing7a0d367FIX Allow the user to set an empty password in order to make an open AP📊 Changes
17 files changed (+553 additions, -294 deletions)
View changed files
📝
README.md(+1 -1)📝
esp8266_deauther/Attack.cpp(+122 -27)📝
esp8266_deauther/Attack.h(+18 -2)📝
esp8266_deauther/ClientScan.cpp(+11 -4)📝
esp8266_deauther/ClientScan.h(+2 -0)📝
esp8266_deauther/Settings.cpp(+12 -2)📝
esp8266_deauther/Settings.h(+4 -0)📝
esp8266_deauther/data.h(+5 -5)📝
esp8266_deauther/esp8266_deauther.ino(+126 -79)📝
htmlfiles/attack.html(+20 -16)📝
htmlfiles/clients.html(+17 -18)📝
htmlfiles/functions.js(+9 -1)📝
htmlfiles/index.html(+10 -23)📝
htmlfiles/minifier.html(+9 -1)➕
htmlfiles/readme.md(+7 -0)📝
htmlfiles/settings.html(+26 -15)📝
htmlfiles/style.css(+154 -100)📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.