From aeeae80a2b52fbaa7b0b25fe20fa0e501dcbe989 Mon Sep 17 00:00:00 2001 From: MCelliotG Date: Mon, 10 Feb 2025 05:45:43 +0200 Subject: [PATCH] Fix glitch with low Wifi and Wifi signal loss --- src/constants.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/constants.h b/src/constants.h index b196901..c96f5d6 100644 --- a/src/constants.h +++ b/src/constants.h @@ -590,7 +590,8 @@ static const uint8_t WiFi1[] PROGMEM = { 0x00, 0x00, 0x00, 0x00, 0x00, 0x07, 0x80, 0x00, 0x00, 0x0f, 0xc0, 0x00, - 0x00, 0x0f, 0xc0, 0x00, + 0x00, 0x1f, 0xe0, 0x00, + 0x00, 0x1f, 0xe0, 0x00, 0x00, 0x0f, 0x80, 0x00, 0x00, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00