SpacehuhnTech / esp8266_deauther

Affordable WiFi hacking platform for testing and learning

Home Page:http://deauther.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add new feature with UI menu (Display OLED)

Jackluz opened this issue ยท comments

Hi to all,
Has anyone implemented or knows how to implement another menu in order to call another function?
I wanted to implement 2 new functions, but I'm stuck changing the display UI.
I've tried various ways but I always end up with errors and always different ones..

Thank you

Congrats on opening your first issue on this repository! ๐ŸŽ‰
This is a automated message to help you avoid common pitfalls when asking for help online.
๐Ÿ‘‰ Be sure to:
* ๐Ÿ‡ฌ๐Ÿ‡ง Communicate in English so everybody can understand you
* ๐Ÿ“– Have a look at the Wiki and README for information
* ๐Ÿ” Search for similar issues (open and closed)
* โœ๏ธ Provide enough information to understand, recreate and help out with your problem
* โ„น๏ธ Let us know if you find a solution and please share it with us
* ๐Ÿ“• Close the issue when your problem has been solved

Hi you can use createMenu function to create menu and use addMenuNode function for create submenu also you can find this function's in displayUi.cpp in project folder๐Ÿ˜ƒ