mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 00:05:55 +03:00
[PR #1388] [MERGED] Fix for setting web AP channel #1149
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#1149
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/1388
Author: @Metamogul
Created: 1/24/2021
Status: ✅ Merged
Merged: 1/24/2021
Merged by: @spacehuhn
Base:
v2← Head:v2📝 Commits (2)
6c6727eDeleted wifi channel set without effect33c97baWhen initializing wifi, use actual channel from settings instead of always using channel 1📊 Changes
2 files changed (+3 additions, -6 deletions)
View changed files
📝
esp8266_deauther/esp8266_deauther.ino(+1 -4)📝
esp8266_deauther/wifi.cpp(+2 -2)📄 Description
Describe the bug
After downloading and trying out this project I discovered that no matter what AP channel I chose in the settings in the web interface the AP would always start in channel 1. This seems to be related to most probably deprecated and left over code for changing the AP channel.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Changing the wifi channel in settings should lead to the AP actually switching to the new channel after reboot
Environment:
Fix
This behaviour is fixed with this pull request.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.