[PR #1578] [CLOSED] Fixed ap.cpp password field in V3 #1166

Closed
opened 2026-02-28 00:06:36 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SpacehuhnTech/esp8266_deauther/pull/1578
Author: @jkctech
Created: 8/29/2022
Status: Closed

Base: v3Head: v3


📝 Commits (1)

  • 8ca6173 Fixed ap.cpp password field

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 esp8266_deauther/ap.cpp (+2 -2)

📄 Description

  • ap.cpp was unable to compile due to the comparison between a pointer (ap_settings.pswd) and an integer (nullbyte \0).
  • Reporting of Open / WPA2 was reversed / incorrect

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SpacehuhnTech/esp8266_deauther/pull/1578 **Author:** [@jkctech](https://github.com/jkctech) **Created:** 8/29/2022 **Status:** ❌ Closed **Base:** `v3` ← **Head:** `v3` --- ### 📝 Commits (1) - [`8ca6173`](https://github.com/SpacehuhnTech/esp8266_deauther/commit/8ca61738fbdc56b7e6320aabe99dc946906eb9b1) Fixed ap.cpp password field ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `esp8266_deauther/ap.cpp` (+2 -2) </details> ### 📄 Description - `ap.cpp` was unable to compile due to the comparison between a pointer (`ap_settings.pswd`) and an integer (nullbyte `\0`). - Reporting of Open / WPA2 was reversed / incorrect --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:06:36 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#1166
No description provided.