mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-29 13:12:04 +00:00
haptic touch (only BaseUI)
This commit is contained in:
@@ -151,7 +151,7 @@ int32_t TouchScreenBase::runOnce()
|
|||||||
|
|
||||||
void TouchScreenBase::hapticFeedback()
|
void TouchScreenBase::hapticFeedback()
|
||||||
{
|
{
|
||||||
#ifdef T_WATCH_S3
|
#if defined(T_WATCH_S3) || defined(T_WATCH_ULTRA)
|
||||||
drv.setWaveform(0, 75);
|
drv.setWaveform(0, 75);
|
||||||
drv.setWaveform(1, 0); // end waveform
|
drv.setWaveform(1, 0); // end waveform
|
||||||
drv.go();
|
drv.go();
|
||||||
|
|||||||
Reference in New Issue
Block a user