From 9551c0e0005183f2d8453a9a63671bc4a38c29cc Mon Sep 17 00:00:00 2001 From: Adrian Scillato <35405447+ascillato@users.noreply.github.com> Date: Tue, 13 Apr 2021 13:38:43 -0300 Subject: [PATCH] Enable VL53L0X and disable TSL2561 for Tasmota-Sensors and Tasmota32 --- tasmota/tasmota_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index e26ffc875..d643f4943 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,6 +20,6 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x09030102; +const uint32_t VERSION = 0x09030103; #endif // _TASMOTA_VERSION_H_