[GH-ISSUE #1832] How do I skip/comment out the "Info" button? #1539

Closed
opened 2026-02-28 01:30:27 +03:00 by kerem · 1 comment
Owner

Originally created by @HKPhysicist on GitHub (Aug 14, 2025).
Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1832

Dear Developers,
First of all, thanks for this free-of-charge nice software.

I have found that the "Info Button" on the WiFi Manager configuration page should not be shown to ordinary users.

Image

So, how do I skip or comment in out from the source files?

Thanks for your attention.

Yours faithfully,
Timmy

Originally created by @HKPhysicist on GitHub (Aug 14, 2025). Original GitHub issue: https://github.com/tzapu/WiFiManager/issues/1832 Dear Developers, First of all, thanks for this free-of-charge nice software. I have found that the "Info Button" on the WiFi Manager configuration page should not be shown to ordinary users. <img width="502" height="645" alt="Image" src="https://github.com/user-attachments/assets/4798bb4b-7a26-4a63-9f97-8da03f07d0e2" /> So, how do I skip or comment in out from the source files? Thanks for your attention. Yours faithfully, Timmy
kerem 2026-02-28 01:30:27 +03:00
  • closed this issue
  • added the
    Question
    label
Author
Owner

@tablatronix commented on GitHub (Aug 16, 2025):

use setmenu()

    // set custom menu items and order, vector or arr
    // see _menutokens for ids
    void          setMenu(std::vector<const char*>& menu);
    void          setMenu(const char* menu[], uint8_t size);
    
<!-- gh-comment-id:3193364782 --> @tablatronix commented on GitHub (Aug 16, 2025): use setmenu() ``` // set custom menu items and order, vector or arr // see _menutokens for ids void setMenu(std::vector<const char*>& menu); void setMenu(const char* menu[], uint8_t size); ```
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#1539
No description provided.