Enable ScreenTouch for CoreS2

This commit is contained in:
Ludovic BOUÉ 2024-11-15 21:58:39 +01:00 committed by GitHub
parent ffb497b667
commit 6a3ba3d0ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1228,5 +1228,8 @@ void loop()
if (!runASAP && loopCanSleep()) {
mainDelay.delay(delayMsec);
}
#if defined(M5STACK_CORE2)
ScreenTouch();
#endif // M5STACK_CORE2
}
#endif
#endif