Skip to content

Commit 4b4eba0

Browse files
committed
changed text to 'Checking' and 'Nahs!'
1 parent f1bad67 commit 4b4eba0

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

ESP32S2_TFT_AdBlocker/ESP32S2_TFT_AdBlocker.ino

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#include <Fonts/FreeSans9pt7b.h>
3939

4040
#include "AdBlockerDNSServer.h" // customised
41-
#include "AdBlockerWebPage.h"
41+
4242

4343
#include "config.h"
4444

@@ -153,13 +153,12 @@ void loop() {
153153
timestamp = millis();
154154
#if !defined(DEBUG_ESP_DNS)
155155
display.setFont(&FreeSans9pt7b);
156-
display.setTextSize(1);
156+
display.setTextSize(2);
157157
display.setTextColor(ST77XX_RED);
158158
display.fillRect(0, 90, 240, 55, ST77XX_BLACK);
159-
display.setCursor(0, 105);
160-
display.print("Blocked ");
159+
display.setCursor(0, 118);
161160
display.print(blockCnt);
162-
display.println(" ads!");
161+
display.println(" Nahs!");
163162
#endif
164163

165164
}
@@ -282,7 +281,7 @@ static bool loadBlocklist() {
282281
delay(100);
283282
ESP.restart();
284283
}
285-
display.print("Blocking ");
284+
display.print("Checking ");
286285
display.print(itemsLoaded);
287286
display.println(" domains");
288287

0 commit comments

Comments
 (0)