Hello everyone!
I'm trying to load version 2.0, but an error blocks me.
With version 1.6 no problem.
I'm using:
I am using Arduino Ide 1.8.3
What am I doing wrong?
The error is this:
sketch/Accesspoints.cpp: In member function 'void Accesspoints::sort()':
Accesspoints.cpp:8: error: 'class LinkedList<Accesspoints::AP>' has no member named 'sort'
list->sort([](AP & a, AP & b) -> int{
^
sketch/Accesspoints.cpp: In member function 'void Accesspoints::sortAfterChannel()':
Accesspoints.cpp:16: error: 'class LinkedList<Accesspoints::AP>' has no member named 'sort'
list->sort([](AP & a, AP & b) -> int{
^
exit status 1
'class LinkedList<Accesspoints::AP>' has no member named 'sort'
Thanks for any lighting!!
Speculation: another version of the library LinkedList was previously installed.
This is the version you need: https://github.com/ivanseidel/LinkedList
Thank you!! Now I managed to load the program successfully!
Display and keys work!
Beacon Attack is okay, but I find some problems with the Deauth.
Now I will do some tests.
Thanks again for the speedy solution!
Most helpful comment
Thank you!! Now I managed to load the program successfully!
Display and keys work!
Beacon Attack is okay, but I find some problems with the Deauth.
Now I will do some tests.
Thanks again for the speedy solution!