mirror of
https://github.com/letscontrolit/ESPEasy.git
synced 2026-09-12 01:24:04 +00:00
[Plugin] Remove obsolete [DEVELOPMENT] tags
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user