From 9968b1f9d11561e25954b87e309b63012aa0d036 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Tue, 25 Jul 2023 16:53:36 +0100 Subject: [PATCH] Add extra label to give better info as to what sync actually is --- usermods/audioreactive/audio_reactive.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usermods/audioreactive/audio_reactive.h b/usermods/audioreactive/audio_reactive.h index 12ce9bf1..a598ac8d 100644 --- a/usermods/audioreactive/audio_reactive.h +++ b/usermods/audioreactive/audio_reactive.h @@ -2432,6 +2432,8 @@ class AudioReactive : public Usermod { oappend(SET_F("addOption(dd,'Off',0);")); oappend(SET_F("addOption(dd,'Send',1);")); oappend(SET_F("addOption(dd,'Receive',2);")); + oappend(SET_F("addInfo('AudioReactive:sync:mode',1,'Sync audio data with other WLEDs');")); + oappend(SET_F("addInfo('AudioReactive:digitalmic:type',1,'requires reboot!');")); // 0 is field type, 1 is actual field oappend(SET_F("addInfo('AudioReactive:digitalmic:pin[]',0,'sd/data/dout','I2S SD');"));