Commit Graph

11 Commits

Author SHA1 Message Date
Spacehuhn 3affb69cb5 Replaced SPIFFS with LittleFS 2020-07-05 15:49:44 +02:00
Stefan Kremser bd332d533e Beautified stuff 2018-10-12 21:16:06 +02:00
Stefan Kremser 7242543017 New string functions & better seperation of display functions 2018-10-12 13:41:26 +02:00
Stefan Kremser 899e4b3e9b Updated to newer version of SimpleList 2018-10-10 18:41:16 +02:00
Stefan Kremser 8a0f48bb4b v2.0.6
Rewritten LED classes and simplified config files
2018-06-05 11:50:38 +02:00
Stefan Kremser 7e92f644d0 Better packet counting and output 2018-04-16 21:33:38 +02:00
Stefan Kremser 396d8e69fe Improved the way stations save their AP
There was the problem that when the AP list get's sorted (when starting an attack for example), the pointers to the stations would become messed up.
2018-04-09 12:24:36 +02:00
Stefan Kremser 296fb85b80 No more static stuff
Moved the print functions to the function.h and included them in language using extern so not every class has to "extern" them again.
Also fixed some type comparisons and made removed the static from the progmem variables.
C code is super messy! But I'm not going to rewrite it again so deal with it :D
2018-04-05 15:32:20 +02:00
Stefan Kremser 4c77f91cfd Used SimpleList for Names 2018-04-01 12:14:57 +02:00
Stefan Kremser 94258712cf Better File error message
Also improved the write command
2018-03-29 12:08:23 +02:00
Stefan Kremser 24d9043988 Version 2.0 2018-03-24 18:15:59 +01:00