correct support_feature

This commit is contained in:
Jason2866 2020-08-23 20:04:47 +02:00
parent e5baabc41c
commit 50e88038c3
2 changed files with 2 additions and 2 deletions

View File

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

View File

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