Update feature list

This commit is contained in:
Theo Arends 2021-08-12 22:43:53 +02:00
parent 43ed6e7e0a
commit cdb35ecade
2 changed files with 5 additions and 3 deletions

View File

@ -759,7 +759,9 @@ void ResponseAppendFeatures(void)
#ifdef USE_WIFI_RANGE_EXTENDER
feature8 |= 0x00000400; // xdrv_58_range_extender.ino
#endif
// feature8 |= 0x00000800;
#ifdef USE_INFLUXDB
feature8 |= 0x00000800; // xsns_90_influxdb.ino
#endif
// feature8 |= 0x00001000;
// feature8 |= 0x00002000;

View File

@ -255,7 +255,7 @@ a_features = [[
],[
"USE_MPU_ACCEL","USE_TFMINIPLUS","USE_CSE7761","USE_BERRY",
"USE_BM8563","USE_ENERGY_DUMMY","USE_AM2320","USE_T67XX",
"USE_MCP2515","USE_TASMESH","USE_WIFI_RANGE_EXTENDER","",
"USE_MCP2515","USE_TASMESH","USE_WIFI_RANGE_EXTENDER","USE_INFLUXDB",
"","","","",
"","","","",
"","","","",
@ -288,7 +288,7 @@ else:
obj = json.load(fp)
def StartDecode():
print ("\n*** decode-status.py v20210802 by Theo Arends and Jacek Ziolkowski ***")
print ("\n*** decode-status.py v20210812 by Theo Arends and Jacek Ziolkowski ***")
# print("Decoding\n{}".format(obj))