mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 10:46:31 +00:00
Update debug info
Update debug info
This commit is contained in:
parent
9e34d16e9a
commit
6f455e2c00
@ -919,6 +919,19 @@ void GetFeatures()
|
|||||||
/*********************************************************************************************/
|
/*********************************************************************************************/
|
||||||
|
|
||||||
feature_sns2 = 0x00000000;
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
/*********************************************************************************************\
|
/*********************************************************************************************\
|
||||||
|
@ -72,7 +72,7 @@ a_setoption = [[
|
|||||||
"Do not control Power with Dimmer",
|
"Do not control Power with Dimmer",
|
||||||
"Energy monitoring while powered off",
|
"Energy monitoring while powered off",
|
||||||
"MQTT serial",
|
"MQTT serial",
|
||||||
"Rules until 5.14.0b",
|
"MQTT serial binary",
|
||||||
"Rules once mode until 5.14.0b",
|
"Rules once mode until 5.14.0b",
|
||||||
"KNX enabled",
|
"KNX enabled",
|
||||||
"Use Power device index on single relay devices",
|
"Use Power device index on single relay devices",
|
||||||
@ -121,7 +121,7 @@ a_features = [[
|
|||||||
"USE_SGP30","USE_SR04","USE_SDM120","USE_SI1145",
|
"USE_SGP30","USE_SR04","USE_SDM120","USE_SI1145",
|
||||||
"USE_SDM630","USE_LM75AD","USE_APDS9960","USE_TM1638"
|
"USE_SDM630","USE_LM75AD","USE_APDS9960","USE_TM1638"
|
||||||
],[
|
],[
|
||||||
"","","","",
|
"USE_MCP230xx","USE_MPR121","USE_CCS811","USE_MPU6050",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
@ -155,7 +155,7 @@ else:
|
|||||||
fp.close()
|
fp.close()
|
||||||
|
|
||||||
def StartDecode():
|
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))
|
# print("Decoding\n{}".format(obj))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user