[GH-ISSUE #1256] Suppress Password #1075

Closed
opened 2026-02-28 01:28:25 +03:00 by kerem · 1 comment
Owner

Originally created by @dbridgedale on GitHub (May 31, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1256

Just a suggestion. autoConnect prints the SSID and Password to the serial port. An option to suppress the password would be nice.

Basic Infos

Hardware

WiFimanager Branch/Release: Master

Esp8266/Esp32:

Hardware: ESP-12e, esp01, esp25

Core Version: 2.4.0, staging

Description

Problem description

Settings in IDE

Module: NodeMcu, Wemos D1

Additional libraries:

Sketch

#BEGIN
#include <Arduino.h>

void setup() {

}

void loop() {

}
#END

Debug Messages

messages here
Originally created by @dbridgedale on GitHub (May 31, 2021). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1256 Just a suggestion. autoConnect prints the SSID and Password to the serial port. An option to suppress the password would be nice. ### Basic Infos #### Hardware WiFimanager Branch/Release: Master Esp8266/Esp32: Hardware: ESP-12e, esp01, esp25 Core Version: 2.4.0, staging ### Description Problem description ### Settings in IDE Module: NodeMcu, Wemos D1 Additional libraries: ### Sketch ```cpp #BEGIN #include <Arduino.h> void setup() { } void loop() { } #END ``` ### Debug Messages ``` messages here ```
kerem 2026-02-28 01:28:25 +03:00
Author
Owner

@tablatronix commented on GitHub (May 31, 2021):

Only if you have debugging DEBUG_DEV+ enabled

<!-- gh-comment-id:851531811 --> @tablatronix commented on GitHub (May 31, 2021): Only if you have debugging `DEBUG_DEV+` enabled
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/WiFiManager#1075
No description provided.