mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 08:15:51 +03:00
[GH-ISSUE #722] Beacon list gone after restart #267
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#267
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?
Originally created by @EmilSchurr on GitHub (Feb 25, 2018).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/722
Hardware/Flashing:
Board: NodeMCU ESP8266 AI-Thinker
Using OLED: NO
Using WebServer: YES
Using Serial: NO
Installation mode: binary
Code/binary version: 1.6
Flash size: 1M
Flash method: NodeMCU-flasher
Flash Frequency: 40Mhz
Upload Speed: 9600
Powered by: 5V
Description:
Beacon list disappears after rebooting device. Beacons still appear when starting 'attack' and can still be added but not individually deleted
@XAS-712 commented on GitHub (Feb 26, 2018):
The list has been saved in memory. If you restart the board, any data in memory will lost.
@marek26340 commented on GitHub (Feb 27, 2018):
If you want the ESP to remember the beacon list, there is a button to save the list at the bottom of the page.
@EmilSchurr commented on GitHub (Feb 27, 2018):
It has eben saved because upon starting the attack all beacons are shown by every device in range. Adding an Beacon also works, just the list on the web page isn’t shown.
@marek26340 commented on GitHub (Feb 27, 2018):
Does the serial monitor tell us anything useful? (Connect to pc, make a beacon list, save it, reset esp, try to read the beacon list)
@spacehuhn commented on GitHub (Mar 24, 2018):
You have to click save. Otherwise it won't remember them. The list is always in the RAM but if you don't save it before restart, they will get lost.