[GH-ISSUE #1318] NO APConnect with customised MAC address #1132

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

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 !!

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 !!
kerem 2026-02-28 01:28:40 +03:00
Author
Owner

@tablatronix commented on GitHub (Dec 14, 2021):

hmm not sure, not tested at all, is this a wm issue?

<!-- gh-comment-id:993866087 --> @tablatronix commented on GitHub (Dec 14, 2021): hmm not sure, not tested at all, is this a wm issue?
Author
Owner

@tablatronix commented on GitHub (Jan 22, 2022):

Can you reproduce without WM ?

<!-- gh-comment-id:1019366150 --> @tablatronix commented on GitHub (Jan 22, 2022): Can you reproduce without WM ?
Author
Owner

@tablatronix commented on GitHub (Feb 3, 2022):

Will reopen if you provide sample code and logs

<!-- gh-comment-id:1028549581 --> @tablatronix commented on GitHub (Feb 3, 2022): Will reopen if you provide sample code and logs
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#1132
No description provided.