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();