mirror of
https://github.com/tzapu/WiFiManager.git
synced 2026-04-27 00:55:52 +03:00
[GH-ISSUE #1560] Hostname, Darkmode not working on Arduino IDE #1331
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#1331
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 @Juanc179 on GitHub (Feb 6, 2023).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1560
WiFimanager Branch/Release: 2.0.15-rc.1
Esp8266/Esp32: ESP32
Core Version: ARDUINO IDE 2.0.3 | ESP-IDF 4.4
Problem description
Hi,
i was trying to set a custom hostname for my project and using WiFi.hostname() or WiFi.setHostname didn't work. code compiled succesfully and library worked well; it created the AP and then switched to my wifi network properly. I also tried setting darkmode and the app looked the same way :c. I tried puting the lines with the configuration at different parts of the setup and had no result.
i read a problem from august related to this claiming that it was solved. maybe is a problem with arduino ide, should i only use vs code and arduino as a component? can i use the latest ESP-IDF version (5.0) if i work with arduino as a component (in vs code) or i am anyways limited by arduino?i really want to use this library, can i use it directly from IDF?
i'am really a newby with wifi protocols and i switched to arduino just by beeing uncapable of dealing with wifi directly on the idf without any library to help me.
Module: ESP32 DEV MODULE
Sketch
Debug Messages
@tablatronix commented on GitHub (Feb 6, 2023):