diff --git a/src/main.cpp b/src/main.cpp index 316536440..746efc4eb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1228,5 +1228,8 @@ void loop() if (!runASAP && loopCanSleep()) { mainDelay.delay(delayMsec); } +#if defined(M5STACK_CORE2) + ScreenTouch(); +#endif // M5STACK_CORE2 } -#endif \ No newline at end of file +#endif