Commit Graph

417 Commits

Author SHA1 Message Date
Stefan Kremser
d8689f56f3 SerialInterface with SimpleList 2018-04-01 12:34:15 +02:00
Stefan Kremser
b3090d0d6b Scan with SimpleList 2018-04-01 12:34:04 +02:00
Stefan Kremser
123c19e640 SimpleList for SSIDs 2018-04-01 12:21:54 +02:00
Stefan Kremser
df0a6d50cf SimpleList for DisplayUI 2018-04-01 12:21:47 +02:00
Stefan Kremser
4c77f91cfd Used SimpleList for Names 2018-04-01 12:14:57 +02:00
Stefan Kremser
369b31aba9 Merge remote-tracking branch 'origin/master' 2018-04-01 11:50:31 +02:00
Stefan Kremser
56f8d89fa5 Added SimpleList.h
Because git is weird sometimes
2018-04-01 11:50:27 +02:00
Stefan Kremser
224636f021 Used SimpleList for Accesspoints
I've wrote my own linked-list library. It can do a few things more than the Arduino LinkedList lib. The code is a bit cleaner and it doesn't collide with other LinkedList libraries (i.e. ESP32-IDF)
2018-04-01 11:49:35 +02:00
tobozo
0c12d44934 Merge pull request #771 from spacehuhn/v2.1.4
updating locales
v2.1.4
2018-03-31 14:17:30 +02:00
tobozo
7b223b754e Merge pull request #770 from alzheim3r/patch-1
Correction fr.lang
2018-03-31 13:03:17 +02:00
Al Zheimer
74b8990452 Correction fr.lang
NON NON NON à la sous-représentation des caractères accentués dans les intefaces ouèbe!  :)
2018-03-31 12:51:40 +02:00
tobozo
775e55de3d Merge pull request #769 from alzheim3r/patch-1
corrections fr.lang
2018-03-31 12:34:03 +02:00
Al Zheimer
45f5172d34 Update fr.lang
french lang with more accents :)
2018-03-31 11:44:17 +02:00
tobozo
ef16eb037e [TLH] Language support: Klingon
Klingon Quote: One man can cut four thousand throats in a single night, if he is continually running.
2018-03-31 11:29:57 +02:00
tobozo
36dca1cb7b Enabled CTHULHU mode
Phn'glui mglw'nafh Cthulhu R'Lyeh wgah'nagl fhtagn
Phn'glui mglw'nafh Cthulhu R'Lyeh wgah'nagl fhtagn
Phn'glui mglw'nafh Cthulhu R'Lyeh wgah'nagl fhtagn
🦑
2018-03-31 11:05:43 +02:00
Jacob
d196186995 (removing) a grammatical error 2018-03-30 17:19:25 -07:00
Stefan Kremser
71491de807 Wrote my own LinkedList 2018-03-30 15:08:36 +02:00
Stefan Kremser
6f88113ffb Updated comment in config
USE_DISPLAY doesn't force anything (anymore). It is the default setting to enable/disable the display. Changed the comment to resolve confusion.
2018-03-30 13:22:57 +02:00
tobozo
210e88da7d Merge pull request #758 from spacehuhn/i18n
Added Französisch oui oui
2018-03-29 17:18:08 +02:00
Stefan Kremser
790947451e Fixed typo "access poit" 2018-03-29 16:40:35 +02:00
Stefan Kremser
7bd14a6bda Further improvements on Accesspoints class
Only go through the whole list again if needed
2018-03-29 16:40:23 +02:00
Stefan Kremser
36bd59f5cd Removed LinkedList library from Accesspoints
I wrote a simple linked list myself. This should save a bit of RAM. The goal is to eventually replace all lists with structures like this to be independent from the LinkedList library.
2018-03-29 14:40:28 +02:00
Stefan Kremser
ea85d45af0 Improved Accesspoints class 2018-03-29 12:43:47 +02:00
Stefan Kremser
94258712cf Better File error message
Also improved the write command
2018-03-29 12:08:23 +02:00
tobozo
6fdd87a974 Added Französisch oui oui 2018-03-28 19:47:07 +02:00
Stefan Kremser
73b4640ce5 Fixed Errors in serial parser
Sorry seems like I skipped testing when I commited the changes earlier
2018-03-28 19:35:30 +02:00
Stefan Kremser
61abe1a932 Merge remote-tracking branch 'origin/master' 2018-03-28 19:22:17 +02:00
Stefan Kremser
88c1abfcda Merge pull request #755 from JosefKuchar/master
Add Czech language definition
2018-03-28 16:41:04 +02:00
Josef Kuchař
8b0d9af58d Fix typo 2018-03-28 14:54:50 +02:00
Josef Kuchař
d68da17abc Finalize Czech language definition 2018-03-28 14:41:02 +02:00
Stefan Kremser
617b0d5676 Improved Serial command parser 2018-03-28 12:53:02 +02:00
Stefan Kremser
01d62dda2a Added display config: FLIP_DISPLAY 2018-03-28 09:47:30 +02:00
Stefan Kremser
485bfd1085 Updated font type 2018-03-28 09:37:06 +02:00
Josef Kuchař
b2d076c9cf Add partial Czech lang support 2018-03-27 20:42:05 +02:00
Helmut Stult
5a1cc5bc13 Merge pull request #752 from Phoenix1747/patch-3
Tiny typo in German
2018-03-27 14:58:00 +02:00
Phoenix1747
9d86e7e6f6 Update de.lang 2018-03-27 14:18:04 +02:00
Stefan Kremser
9682ee34bc Update README.md 2018-03-27 12:02:15 +02:00
Stefan Kremser
0f07fe5eab Updated web files 2018-03-27 11:25:29 +02:00
Stefan Kremser
f38adaa0dd Revert "Changed font type to "unsigned char""
This reverts commit 4d80706aed.
2018-03-27 11:10:37 +02:00
Stefan Kremser
f259497b6b Access web interface using deauth.me 2018-03-27 10:59:56 +02:00
Stefan Kremser
2cab683281 Fixed typo 2018-03-27 10:32:34 +02:00
Stefan Kremser
9101f6708c WEB: Save name on select
But only save when changed
2018-03-27 10:26:45 +02:00
Stefan Kremser
dbcfd7217c Merge remote-tracking branch 'origin/master' 2018-03-27 10:05:24 +02:00
Stefan Kremser
4d80706aed Changed font type to "unsigned char"
In the hope to fix some compiler issues
2018-03-27 10:05:20 +02:00
Stefan Kremser
e672813c46 Added link to video 2018-03-26 21:03:19 +02:00
Stefan Kremser
f5c597134b Fixed missing Space \o/ 2018-03-26 19:10:59 +02:00
Jacob
2e7c7301d4 grammatical errors 2018-03-25 09:46:11 -07:00
Stefan Kremser
80033f5d82 Note about DSTIKE Deauth Monster 2018-03-25 17:44:14 +02:00
Stefan Kremser
19dcf097b7 Init display before copying spiffs + shorter startscreen 2018-03-25 17:38:11 +02:00
Stefan Kremser
f700cbab5d Fixed wrong pin listing in README 2018-03-25 16:10:03 +02:00