Commit Graph

440 Commits

Author SHA1 Message Date
Stefan Kremser
f292151acb Updated webConverter 2018-04-04 18:53:25 +02:00
Stefan Kremser
a054b1d258 Hotfix for boot loop on startAP() 2018-04-04 17:32:26 +02:00
Stefan Kremser
bc7eabec5a Improved startAP() function 2018-04-04 16:18:15 +02:00
tobozo
a5f1ef5582 Merge pull request #777 from renat2985/master
Add Russian language
2018-04-04 08:54:21 +02:00
Renat
3045bc4808 Add Russian language 2018-04-03 22:56:05 +03:00
Stefan Kremser
227212c179 Updated default config
I have no idea when I fucked it up, but I did
2018-04-03 18:49:06 +02:00
Stefan Kremser
198df71103 Fixed button pins 2018-04-03 18:47:36 +02:00
Stefan Kremser
4797035436 Updated web files 2018-04-03 18:03:22 +02:00
Stefan Kremser
aa7c1f211e Fixed last things for the webSpiffs 2018-04-03 18:03:08 +02:00
Stefan Kremser
f70c644a9d Reverting A_config changes
Sorry I accidentally commited my changes that were for a board I'm testing. Here are the default values again :)
2018-04-03 17:44:26 +02:00
Stefan Kremser
04f12e887c Merge remote-tracking branch 'origin/master' 2018-04-03 17:38:59 +02:00
Stefan Kremser
55157ec923 Updated web files + progmem hosted web server 2018-04-03 17:38:55 +02:00
Stefan Kremser
ca3d07ee77 New setting: webSpiffs 2018-04-03 17:36:18 +02:00
tobozo
4957a365b3 Merge pull request #774 from Henvy-Mango/master
Add Chinese lang support (see #775 for any further translation)
2018-04-03 10:02:57 +02:00
Stefan Kremser
92a62f4bdc Added Settining serialEcho 2018-04-02 22:44:27 +02:00
Mango
0bb3027e24 chinese web interface 2018-04-02 23:23:29 +08:00
Stefan Kremser
8a01d9b793 Merge remote-tracking branch 'origin/master' 2018-04-01 23:18:16 +02:00
Stefan Kremser
205a619134 Fixed giant language error
bying -> buying :O
2018-04-01 23:18:13 +02:00
Jacob
2711bc4dc1 Update serialcommands.md 2018-04-01 13:05:32 -07:00
Jacob
df40f2357c added video 2018-04-01 13:04:46 -07:00
Stefan Kremser
4602c41cd4 Fixed std::function not found 2018-04-01 16:47:01 +02:00
Stefan Kremser
fab38e7c3f Updated inlcudes
The one thing my Java prof is right about when he hates against C, is that its includes are super annoying...
2018-04-01 16:42:30 +02:00
Stefan Kremser
157f3ff9d5 Stations with SimpleList 2018-04-01 12:34:26 +02:00
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