mirror of https://github.com/arendst/Tasmota.git
Add support for PAJ7620 gesture sensor by Christian Baars
Add support for PAJ7620 gesture sensor by Christian Baars
This commit is contained in:
parent
8c94068e78
commit
a85588aa3d
|
@ -6,6 +6,7 @@
|
|||
* Add support for Solax X1 inverter by Pablo Zerón
|
||||
* Add ZigBee support phase 1 - low level MQTT ZNP messages for CC2530 devices
|
||||
* Add command Buzzer with optional parameters <number of beeps>,<duration of beep in 100mS steps>,<duration of silence in 100mS steps> enabled when a buzzer is configured (#5988)
|
||||
* Add support for PAJ7620 gesture sensor by Christian Baars
|
||||
*
|
||||
* 6.6.0.3 20190725
|
||||
* Change filename of configuration backup from using FriendlyName1 to Hostname solving diacritic issues (#2422)
|
||||
|
|
|
@ -369,6 +369,7 @@
|
|||
// #define USE_VL53L0X // Enable VL53L0x time of flight sensor (I2C address 0x29) (+4k code)
|
||||
// #define USE_MLX90614 // Enable MLX90614 ir temp sensor (I2C address 0x5a) (+0.6k code)
|
||||
// #define USE_CHIRP // Enable CHIRP soil moisture sensor (variable I2C address, default 0x20)
|
||||
// #define USE_PAJ7620 // Enable PAJ7620 gesture sensor (I2C address 0x73) (+2.5k code)
|
||||
|
||||
// #define USE_DISPLAY // Add I2C Display Support (+2k code)
|
||||
#define USE_DISPLAY_MODES1TO5 // Enable display mode 1 to 5 in addition to mode 0
|
||||
|
|
Loading…
Reference in New Issue