mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 09:05:56 +03:00
[GH-ISSUE #813] Configuring parameters but NOT SSID to connect to #679
Labels
No labels
📶 WiFi
🕸️ HTTP
Branch
DEV Help Wanted
Discussion
Documentation
ESP32
Example
Good First Issue
Hotfix
In Progress
Incomplete
Needs Feeback
Priority
QA
Question
Task
Upstream/Dependancy
bug
duplicate
enhancement
invalid
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/WiFiManager#679
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 @dddhhhrrr on GitHub (Jan 22, 2019).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/813
Hi. I'm working on a project in which I will have two variants: one that works via WiFi and other that works over Zigbee. Being that the ESP12 is really cheap, it makes sense for me to use the same PCB for both versions and just add or not the Zigbee module.
I already have the ESP12 version working fine, and I want to use the WiFi capabilities for configuring the parameters needed in the Zigbee version (but turn the WiFi off after that).
Is there any way to use WifiManager to configure ONLY parameters (without needing to configure an SSID to connect to)? I know that WifiManager is meant precisely for the SSID configuration part, but since it's working perfect for the parameter configuration part, I would like to use it for the Zigbee version that will not need to connect to Wifi. Any help?