mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1318] NO APConnect with customised MAC address #1132
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#1132
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 @ArcadeD3vil on GitHub (Dec 14, 2021).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1318
Hi there,
when using a customized mac address with an ESP32,
i can´t reach the APConnect front page or by standard 192.168.4.1
using this setting:
uint8_t new_mac[] = {0x01, 0x02, 0x03 ,0x04, 0x05, 0x06};
esp_base_mac_addr_set(new_mac);
is it a bug or do i missing something?
Thanks for any help ;-)
Cheers !!
@tablatronix commented on GitHub (Dec 14, 2021):
hmm not sure, not tested at all, is this a wm issue?
@tablatronix commented on GitHub (Jan 22, 2022):
Can you reproduce without WM ?
@tablatronix commented on GitHub (Feb 3, 2022):
Will reopen if you provide sample code and logs