haptic touch (only BaseUI)

This commit is contained in:
Manuel
2026-01-20 00:20:34 +01:00
parent 3529c0bce2
commit ad819321f7

View File

@@ -151,7 +151,7 @@ int32_t TouchScreenBase::runOnce()
void TouchScreenBase::hapticFeedback()
{
#ifdef T_WATCH_S3
#if defined(T_WATCH_S3) || defined(T_WATCH_ULTRA)
drv.setWaveform(0, 75);
drv.setWaveform(1, 0); // end waveform
drv.go();