Update debug info

Update debug info
This commit is contained in:
Theo Arends 2018-07-31 11:49:23 +02:00
parent 9e34d16e9a
commit 6f455e2c00
2 changed files with 16 additions and 3 deletions

View File

@ -919,6 +919,19 @@ void GetFeatures()
/*********************************************************************************************/
feature_sns2 = 0x00000000;
#ifdef USE_MCP230xx
feature_sns2 |= 0x00000001; // xsns_29_mcp230xx.ino
#endif
#ifdef USE_MPR121
feature_sns2 |= 0x00000002; // xsns_30_mpr121.ino
#endif
#ifdef USE_CCS811
feature_sns2 |= 0x00000004; // xsns_31_ccs811.ino
#endif
#ifdef USE_MPU6050
feature_sns2 |= 0x00000008; // xsns_32_mpu6050.ino
#endif
}
/*********************************************************************************************\

View File

@ -72,7 +72,7 @@ a_setoption = [[
"Do not control Power with Dimmer",
"Energy monitoring while powered off",
"MQTT serial",
"Rules until 5.14.0b",
"MQTT serial binary",
"Rules once mode until 5.14.0b",
"KNX enabled",
"Use Power device index on single relay devices",
@ -121,7 +121,7 @@ a_features = [[
"USE_SGP30","USE_SR04","USE_SDM120","USE_SI1145",
"USE_SDM630","USE_LM75AD","USE_APDS9960","USE_TM1638"
],[
"","","","",
"USE_MCP230xx","USE_MPR121","USE_CCS811","USE_MPU6050",
"","","","",
"","","","",
"","","","",
@ -155,7 +155,7 @@ else:
fp.close()
def StartDecode():
print ("\n*** decode-status.py v20180725 by Theo Arends ***")
print ("\n*** decode-status.py v20180730 by Theo Arends ***")
# print("Decoding\n{}".format(obj))