Commit Graph

773 Commits

Author SHA1 Message Date
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
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 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