From fd85f24d7a975ee5a3a70555468634332c8149e9 Mon Sep 17 00:00:00 2001 From: Mikhail Grushinskiy Date: Sun, 16 Apr 2023 13:23:13 -0400 Subject: [PATCH] Update bbn_m5tough_active_boat.ino --- bbn_m5tough_active_boat/bbn_m5tough_active_boat.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bbn_m5tough_active_boat/bbn_m5tough_active_boat.ino b/bbn_m5tough_active_boat/bbn_m5tough_active_boat.ino index 55cadde..497ac4d 100644 --- a/bbn_m5tough_active_boat/bbn_m5tough_active_boat.ino +++ b/bbn_m5tough_active_boat/bbn_m5tough_active_boat.ino @@ -131,7 +131,7 @@ void setup() { init_touch_driver(); init_theme(); - settingUpWiFi([&page, &screens]() { + settingUpWiFi([]() { init_dateTime(); init_windScreen(); init_engineScreen();