You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: usermods/audioreactive/audio_reactive.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1923,6 +1923,7 @@ class AudioReactive : public Usermod {
1923
1923
1924
1924
voidappendConfigData()
1925
1925
{
1926
+
oappend(SET_F("addInfo('AudioReactive:help',0,'<button onclick=\"location.href="https://mm.kno.wled.ge/soundreactive/Sound-Settings"\" type=\"button\">?</button>');")); // 0 is field type, 1 is actual field
1926
1927
//WLEDMM: add defaults
1927
1928
#ifdef AUDIOPIN
1928
1929
oappend(SET_F("addInfo('AudioReactive:analogmic:pin',1,'<i>⎌ ")); oappendi(AUDIOPIN); oappend("</i>');"); // 0 is field type, 1 is actual field
@@ -2052,7 +2053,6 @@ class AudioReactive : public Usermod {
2052
2053
oappend(SET_F("addOption(dd,'Off',0);"));
2053
2054
oappend(SET_F("addOption(dd,'Send',1);"));
2054
2055
oappend(SET_F("addOption(dd,'Receive',2);"));
2055
-
oappend(SET_F("addInfo('AudioReactive:help',0,'<a href=\"https://moonmodules.github.io/WLED-Docs/soundreactive/Sound-Settings\">Help</a>');")); // 0 is field type, 1 is actual field
2056
2056
oappend(SET_F("addInfo('AudioReactive:digitalmic:type',1,'<i>requires reboot!</i>');")); // 0 is field type, 1 is actual field
Copy file name to clipboardExpand all lines: usermods/usermod_v2_four_line_display_ALT/usermod_v2_four_line_display_ALT.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1036,7 +1036,7 @@ class FourLineDisplayUsermod : public Usermod {
1036
1036
//}
1037
1037
1038
1038
voidappendConfigData() {
1039
-
oappend(SET_F("addInfo('4LineDisplay:help',0,'<a href=\"https://moonmodules.github.io/WLED-Docs/usermods/four-line-display\">Help</a>');")); // 0 is field type, 1 is actual field
1039
+
oappend(SET_F("addInfo('4LineDisplay:help',0,'<button onclick=\"location.href="https://mm.kno.wled.ge/usermods/four-line-display"\" type=\"button\">?</button>');")); // 0 is field type, 1 is actual field
Copy file name to clipboardExpand all lines: usermods/usermod_v2_weather/usermod_v2_weather.h
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -317,14 +317,14 @@ class WeatherUsermod : public Usermod {
317
317
318
318
voidappendConfigData()
319
319
{
320
-
oappend(SET_F("addInfo('WeatherUserMod:help',0,'<a href=\"https://moonmodules.github.io/WLED-Docs/moonmodules/weather-usermod\">Help</a>');")); // 0 is field type, 1 is actual field
oappend(SET_F("addInfo('Weather:help',0,'<button onclick=\"location.href="https://mm.kno.wled.ge/moonmodules/weather-usermod"\" type=\"button\">?</button>');")); // 0 is field type, 1 is actual field
0 commit comments