mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-21 06:00:00 +01:00
This change the NameList class in order to fix the bug when you try to edit the name of sniffed clients. Now NameList::get return the id of the namelist when receiving a mac adress (return -1 if the mac adress is not found) Now NameList::getName return the name when received an id (return nothing if the id is not found)