[GH-ISSUE #1686] What is the TRIGGER_PIN for the esp32? I will do the on demand configuration portal #1433

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

Originally created by @slashplusdash on GitHub (Dec 4, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1686

if ( digitalRead(TRIGGER_PIN) == LOW ) {
WiFiManager wifiManager;
wifiManager.startConfigPortal("OnDemandAP");
Serial.println("connected...yeey :)");
}

Originally created by @slashplusdash on GitHub (Dec 4, 2023). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1686 if ( digitalRead(TRIGGER_PIN) == LOW ) { WiFiManager wifiManager; wifiManager.startConfigPortal("OnDemandAP"); Serial.println("connected...yeey :)"); }
kerem closed this issue 2026-02-28 01:30:03 +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/WiFiManager#1433
No description provided.