Spacehuhn
a59b009f5f
Merge branch 'v2.2'
2020-05-07 22:57:26 +02:00
Spacehuhn
a9d9f15271
Merge branch 'addlang-200312' into v2.2
2020-05-07 22:48:57 +02:00
Spacehuhn
5827e1e65e
Merge branch 'master' into v2.2
2020-05-07 22:47:36 +02:00
rrrrrrrreeeeeele
6240ce8016
Update ja.lang
...
Translated(japanese)
2020-03-12 15:52:18 +09:00
rrrrrrrreeeeeele
0007ad4be3
Create ja.lang
...
Maked ja.lang
2020-03-12 15:50:15 +09:00
Stefan Kremser
dfcae87af6
Merge pull request #1200 from GlOwl/patch-1
...
fixed printing/removing order
2020-01-06 13:16:35 +01:00
GlOwl
0944a56cc2
fixed printing/removing order
2020-01-05 22:41:19 +01:00
Stefan Kremser
34b6590c70
Merge pull request #1166 from BorcheM/v2.2
...
Show spaces SSID and password in settings in web interface
2019-10-20 08:19:20 +02:00
BorcheM
5052d804ca
Added option for space in SSID and password
2019-10-20 01:55:55 +02:00
BorcheM
8841c00505
Merge pull request #1 from spacehuhn/v2.2
...
Attack timeout is changing display timeout FIX
2019-10-20 00:51:46 +02:00
Stefan Kremser
fda01a6486
Create FUNDING.yml
2019-10-19 23:22:22 +02:00
Stefan Kremser
6d109dc4d8
Attack timeout is changing display timeout FIX
...
https://github.com/spacehuhn/esp8266_deauther/issues/1163
2019-10-16 08:34:28 +02:00
Stefan Kremser
1cb821d659
Fixed deallocation bug
2019-06-17 16:23:05 +02:00
Stefan Kremser
2f4836b3c8
Bug fixes for settings json
2019-05-28 21:44:24 +02:00
Stefan Kremser
fba18d7c66
New CLI commands for getting and setting settings
2019-05-28 20:33:31 +02:00
Stefan Kremser
bb8ec1f6f8
Comments
2019-05-24 12:54:17 +02:00
Stefan Kremser
9b68a86591
Removed old code
2019-05-24 12:54:09 +02:00
Stefan Kremser
04c0f6c67c
Cleaned up Settings strings
2019-05-17 11:39:05 +02:00
Stefan Kremser
e703486543
Option for forced formatting of spiffs and eeprom
2019-05-17 11:38:48 +02:00
Stefan Kremser
b80cf4811d
Updated Settings
...
- Added autosave settings with default values in A_config
- Moved strings from language in settings
- Getter and setter only using the structs
- Json string is now generated manually to improve performance
2019-05-15 21:29:00 +02:00
Stefan Kremser
d47bc85a14
Merge remote-tracking branch 'SentinelMKX/master' into v2.2
2019-05-14 10:41:08 +02:00
Stefan Kremser
a23545894f
Save settings in EEPROM using structs
2019-05-14 09:02:37 +02:00
Stefan Kremser
c8a9ad50e9
Using EEPROMHelper to check the boot number
2019-05-14 08:34:35 +02:00
Stefan Kremser
92eb4f2b14
Added EEPROMHelper class
2019-05-14 08:34:17 +02:00
Stefan Kremser
0164f0a0c1
Removed forcePackets
2019-05-14 08:33:38 +02:00
Stefan Kremser
55c94f53e5
Updated Config file
...
Added EEPROM addresses for saving settings and boot counter.
Also fixed some typo bugs.
2019-05-14 08:26:48 +02:00
Stefan Kremser
f17a5d7d27
Default settings in config
2019-05-12 12:21:17 +02:00
Stefan Kremser
46ffccb6bc
Updated LED class, config for color modes
...
- No more led.tempDisable()
- Brightness is fixed and can't be changed
- led.setColor is now private
- setColor with brightness removed
- Removed unused strings from lang
Color modes can be adjusted in A_config now.
Color and Brightness are fixed and can not be changed over CLI anymore.
2019-05-10 13:11:37 +02:00
Stefan Kremser
b498f03787
Removed LED command
...
Not really useful anyway, removing it makes things simpler.
2019-05-10 12:48:22 +02:00
Stefan Kremser
faddfe8eb8
Removing Deauth LED Mode (now same as attack)
2019-05-10 12:13:24 +02:00
Stefan Kremser
1ee93f9f80
Fixed light bulb config
2019-05-10 08:01:57 +02:00
Stefan Kremser
9faf40e41a
Only include the libraries that are used
2019-05-08 18:37:34 +02:00
Stefan Kremser
651294302f
Renamed MY92 defines
2019-05-08 18:37:16 +02:00
Stefan Kremser
9172cffd7d
Merge branch 'v2.1' into v2.2
2019-05-08 18:25:43 +02:00
Stefan Kremser
32c2294f90
Reworked A_Config.h
...
Now all hardware configurations are in one file and it's just a matter of commenting out one line to switch from one board to another.
2019-05-08 18:20:32 +02:00
Stefan Kremser
20a2be51dd
Merge remote-tracking branch 'origin/master'
2019-05-08 15:50:08 +02:00
Stefan Kremser
4252b4f2f6
Refactored LED class
...
No more sub classes for faster compile times.
Libraries like Neopixel are only included if needed and there are less variables in the RAM.
2019-05-08 15:48:59 +02:00
Arisa
f0009ea875
Improved "SCAN" Interface
...
So...
When one scan button is pressed(when scan is running we can say) you can't press the other one or reload button, you have to wait until some "certain amount of time"(I was trying adjust the times I hope it's good enough I hope I didn't miss anything).
Also when you press scan button it will disappear for "certain amount of time" and then appear after that specified time.
I make this because if you accidentally press the button two times, or both at the same time it would show error and etc.. and this way it won't allow you to press it how you shouldn't and it won't show any error, it's more friendly-user I would say.
For Linux Firefox I removed the weird white dot line box around text inside the buttons.
To-do:
Maybe some loading animation under button, like when button disappears there will be maybe three sliding dots
2019-04-19 16:26:50 +02:00
Stefan Kremser
356574975a
Merge pull request #1089 from SentinelMKX/master
...
Added button:active(clicked) "animation"
2019-04-19 09:05:46 +02:00
Arisa
4a23c770be
Added button:active(clicked) "animation"
...
I never knew if I clicked the button on touch screen, so I add animation when button is active (clicked).
simple/nice/useful
2019-04-18 23:30:08 +02:00
Stefan Kremser
a18c2938ed
Merge pull request #1081 from Stefan-Go/probePacket
...
Fix rates tag length in probe requests
2019-04-09 19:52:53 +02:00
Stefan
44f4b83468
Fix rates tag length in probe requests
2019-04-09 18:54:48 +02:00
Stefan Kremser
4add901b95
Merge pull request #1031 from chii0815/patch-1
...
Update A_config.h
2019-01-13 12:37:45 +01:00
chii0815
093944b578
Update A_config.h
...
Won't compile. duplicate display definition in define for SDD1306Spi
2019-01-13 12:27:22 +01:00
Stefan Kremser
fcf927fb24
Merge pull request #1008 from michalmonday/master
...
Bootloop patch
2018-12-18 18:19:59 +01:00
deantonious
8cde440e24
Merge pull request #1010 from deantonious/master
...
Update es.lang.gz
2018-12-13 14:03:57 +01:00
deantonious
7c9d22ae49
Update es.lang.gz
...
Fixed Spanish language files
2018-12-13 13:39:38 +01:00
tobozo
c31f32ab35
Merge pull request #1009 from tobozo/master
...
Making pasted compile logs less painful to the eyes
2018-12-13 13:31:27 +01:00
deantonious
6054c0344a
Update es.lang
...
Fixed the Spanish language file
2018-12-13 13:19:07 +01:00
tobozo
40bf9b945b
Merge pull request #1 from tobozo/foldable-logs-in-issues
...
Making pasted compile logs less painful to the eyes
2018-12-13 12:59:16 +01:00