mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2025-12-21 06:43:16 -08:00
Merge pull request #1 from spacehuhn/v2.2
Attack timeout is changing display timeout FIX
This commit is contained in:
@@ -461,7 +461,7 @@ void DisplayUI::update() {
|
|||||||
|
|
||||||
draw();
|
draw();
|
||||||
|
|
||||||
uint32_t timeout = settings.getAttackSettings().timeout * 1000;
|
uint32_t timeout = settings.getDisplaySettings().timeout * 1000;
|
||||||
|
|
||||||
if (currentTime > timeout) {
|
if (currentTime > timeout) {
|
||||||
if (!tempOff) {
|
if (!tempOff) {
|
||||||
|
|||||||
Reference in New Issue
Block a user