Commit Graph

656 Commits

Author SHA1 Message Date
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
tobozo
504524aa7c Making pasted compile logs less painful to the eyes 2018-12-13 12:55:16 +01:00
michalmonday
e65c1da239 Bootlop fix
Changed few lines from: String(SOME_PROGMEM_VAR)
Into: str(SOME_PROGMEM_VAR)
2018-12-12 23:43:39 +00:00
Stefan Kremser
34915e2138 Fixed Spanish language file 2018-11-24 13:33:54 +01:00
Stefan Kremser
38146c9c77 Fixed stupid SSID bug 2018-11-21 16:49:13 +01:00
Stefan Kremser
7548bc591c Support for DSTIKE Deauther OLED v4 2018-11-21 16:49:02 +01:00
Stefan Kremser
da372b8b71 Update README.md v2.1.0 2018-11-20 16:52:43 +01:00
Stefan Kremser
0f3732edd5 Update README.md 2018-11-20 16:48:13 +01:00
Stefan Kremser
01da395fa8 Update README.md 2018-11-20 16:46:21 +01:00
Stefan Kremser
5990072660 Update README.md 2018-11-20 16:28:33 +01:00
Stefan Kremser
aae15ef6e1 Update README.md 2018-10-28 21:02:51 +01:00
Stefan Kremser
a574956f53 Merge remote-tracking branch 'origin/master' 2018-10-28 20:59:02 +01:00
Stefan Kremser
4b0ce4a9c1 Updated Configs for Deauther Mini
Uses the same config as Deauther Wristband now
2018-10-27 09:49:33 +02:00
Stefan Kremser
d4e8f376f8 Merge pull request #968 from cheng3100/bug_fix
fix line longer than maximum
2018-10-20 08:46:59 +02:00
cheng
cd8286f7fb fix line too long 2018-10-20 12:56:29 +08:00
Stefan Kremser
19b01955f9 Fixed stupid integer overflow error
my bad
2018-10-18 09:19:20 +02:00
Stefan Kremser
87e98babbc Added ifdef for PROGMEM files in wifi class 2018-10-17 13:03:50 +02:00
Stefan Kremser
2f4a5b92ed Updated vertical scrolling for menus 2018-10-16 20:15:02 +02:00
Stefan Kremser
6bf882311b Fixed bug with font size 2018-10-16 11:54:22 +02:00
Stefan Kremser
82d4cf8c7e DSTIKE Deauther OLED mini 2018-10-15 16:16:46 +02:00
Stefan Kremser
b322c23627 Update README.md 2018-10-15 16:16:26 +02:00
Stefan Kremser
3fd4d325c3 Update README.md 2018-10-15 16:00:01 +02:00
Stefan Kremser
4d7f677247 Update README.md 2018-10-15 15:57:01 +02:00
Stefan Kremser
50fe8a0276 Fixed problems with ArduinoJson
Problem solving 101 lol
2018-10-15 13:16:31 +02:00
Stefan Kremser
b4c22d5a9e Merge remote-tracking branch 'origin/master' 2018-10-14 18:58:51 +02:00
Stefan Kremser
7f6cf6273c Cleaned up configs 2018-10-14 18:58:47 +02:00
Stefan Kremser
422a9cdc74 Ahhhhhhhhh 2018-10-14 17:36:22 +02:00
Stefan Kremser
982ce337ba Update README.md 2018-10-14 17:36:10 +02:00
Stefan Kremser
ffeae7ca1a Improved packetMonitor draw function 2018-10-14 17:32:16 +02:00
Stefan Kremser
30658583f1 Merge remote-tracking branch 'origin/master' 2018-10-14 17:01:23 +02:00
Stefan Kremser
2387e0395a ifdef for LED types 2018-10-14 17:01:17 +02:00
Stefan Kremser
e6fe4fee27 Fake clock enabled by default 2018-10-14 17:01:10 +02:00
Stefan Kremser
95dc36850b Update A_config.h 2018-10-14 16:56:45 +02:00
Stefan Kremser
83dd628bba Update README.md 2018-10-14 16:49:22 +02:00