mirror of https://github.com/arendst/Tasmota.git
correct support_feature
This commit is contained in:
parent
e5baabc41c
commit
50e88038c3
|
@ -599,7 +599,7 @@ void GetFeatures(void)
|
|||
feature6 |= 0x00400000; // xsns_76_dyp.ino
|
||||
#endif
|
||||
#if defined(USE_I2C) && defined(USE_VL53L1X)
|
||||
feature6 |= 0x00400000; // xsns_77_vl53l1x.ino
|
||||
feature6 |= 0x00800000; // xsns_77_vl53l1x.ino
|
||||
#endif
|
||||
// feature6 |= 0x01000000;
|
||||
// feature6 |= 0x02000000;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
xsns_77_vl53l1x.ino - VL53L1X
|
||||
|
||||
Copyright (C) 2018 Theo Arends and Rui Marinho
|
||||
Copyright (C) 2018 Theo Arends, Rui Marinho and Johann Obermeier
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
Loading…
Reference in New Issue