From 12c048889afe0dd56be94f7d02cf1fd989b75546 Mon Sep 17 00:00:00 2001 From: xloem <0xloem@gmail.com> Date: Fri, 21 May 2021 15:02:25 -0400 Subject: [PATCH] Add warning regarding reusing wave ids in flight --- pigpio.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pigpio.h b/pigpio.h index 1b8e51c..1484406 100644 --- a/pigpio.h +++ b/pigpio.h @@ -2078,6 +2078,9 @@ end of a cycle or finish before starting the new waveform. WARNING: bad things may happen if you delete the previous waveform before it has been synced to the new waveform. +WARNING: bad things may happen if the same wave_id is queued +more than once before it has finished sending. + NOTE: Any hardware PWM started by [*gpioHardwarePWM*] will be cancelled. . .