mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 16:25:54 +03:00
[PR #108] [CLOSED] Testing(IGNORE) #1039
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#1039
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/108
Author: @ghost
Created: 3/11/2017
Status: ❌ Closed
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
18 files changed (+405 additions, -159 deletions)
View changed files
📝
.gitignore(+3 -0)📝
README.md(+29 -10)📝
esp8266_deauther/Attack.cpp(+87 -16)📝
esp8266_deauther/Attack.h(+18 -2)📝
esp8266_deauther/ClientScan.cpp(+11 -4)📝
esp8266_deauther/ClientScan.h(+2 -0)📝
esp8266_deauther/Settings.cpp(+7 -2)📝
esp8266_deauther/Settings.h(+2 -0)📝
esp8266_deauther/data.h(+7 -7)📝
esp8266_deauther/esp8266_deauther.ino(+122 -79)📝
htmlfiles/attack.html(+21 -8)📝
htmlfiles/clients.html(+18 -4)📝
htmlfiles/functions.js(+9 -1)📝
htmlfiles/index.html(+11 -1)📝
htmlfiles/minifier.html(+9 -1)➕
htmlfiles/readme.md(+7 -0)📝
htmlfiles/settings.html(+19 -2)📝
htmlfiles/style.css(+23 -22)📄 Description
Made a dark webinterface
Edit: ohh god just i wanted to merge to testing
please ignore
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.