From 5bd455d1081de49694df321f449e56f2d8aaea54 Mon Sep 17 00:00:00 2001 From: Ton Huisman Date: Fri, 12 Aug 2022 22:02:08 +0200 Subject: [PATCH] [Plugin] Remove obsolete [DEVELOPMENT] tags --- src/_P064_APDS9960.ino | 3 ++- src/_P104_max7219_Dotmatrix.ino | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/_P064_APDS9960.ino b/src/_P064_APDS9960.ino index 7dba64b7e..dc40f8f6b 100644 --- a/src/_P064_APDS9960.ino +++ b/src/_P064_APDS9960.ino @@ -16,6 +16,7 @@ // Note: The chip has a wide view-of-angle. If housing is in this angle the chip blocks! +// 2022-08-12 tonhuisman: Remove [DEVELOPMENT] tag // 2020-04-25 tonhuisman: Added Plugin Mode setting to switch between Proximity/Ambient Light Sensor or R/G/B Colors. // Added settings for Gain (Gesture, Proximity, Ambient Light Sensor), Led Power (Gesture and Proximity/ALS) and Led Boost (Gesture) // to allow better tuning for use of the sensor. Also adapted the SparkFun_APDS9960 driver for enabling this. @@ -25,7 +26,7 @@ #define PLUGIN_064 #define PLUGIN_ID_064 64 -#define PLUGIN_NAME_064 "Gesture - APDS9960 [DEVELOPMENT]" +#define PLUGIN_NAME_064 "Gesture - APDS9960" #define PLUGIN_GPL_VALUENAME1_064 "Gesture" #define PLUGIN_GPL_VALUENAME2_064 "Proximity" #define PLUGIN_GPL_VALUENAME3_064 "Light" diff --git a/src/_P104_max7219_Dotmatrix.ino b/src/_P104_max7219_Dotmatrix.ino index b55959443..babacd25c 100644 --- a/src/_P104_max7219_Dotmatrix.ino +++ b/src/_P104_max7219_Dotmatrix.ino @@ -68,6 +68,7 @@ // The bar width is determined by the number of graph-strings // // History: +// 2022-08-12 tonhuisman: Remove [DEVELOPMENT] tag // 2021-10-03 tonhuisman: Add Inverted option per zone // 2021-09 tonhuisman: Minor improvements, attempts to fix stack failures // 2021-08-08 tonhuisman: Reworked loading & saving the settings from A huge fixed size pre-allocated block to dynamic allocation @@ -106,7 +107,7 @@ # define PLUGIN_104 # define PLUGIN_ID_104 104 -# define PLUGIN_NAME_104 "Display - MAX7219 dot matrix [DEVELOPMENT]" +# define PLUGIN_NAME_104 "Display - MAX7219 dot matrix" # define PLUGIN_104_DEBUG true // activate extra log info in the debug