mirror of
https://github.com/meshtastic/firmware.git
synced 2025-09-06 11:39:32 +00:00
Enable ScreenTouch for CoreS2
This commit is contained in:
parent
ffb497b667
commit
6a3ba3d0ec
@ -1228,5 +1228,8 @@ void loop()
|
||||
if (!runASAP && loopCanSleep()) {
|
||||
mainDelay.delay(delayMsec);
|
||||
}
|
||||
#if defined(M5STACK_CORE2)
|
||||
ScreenTouch();
|
||||
#endif // M5STACK_CORE2
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user