Enable VL53L0X and disable TSL2561 for Tasmota-Sensors and Tasmota32

This commit is contained in:
Adrian Scillato 2021-04-13 13:38:43 -03:00 committed by GitHub
parent 5d03cc3a3a
commit 9551c0e000
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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_