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