mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Housekeeping
Housekeeping
This commit is contained in:
parent
64ab5d95e5
commit
e631d49d0f
@ -194,6 +194,7 @@ Core version **2.4.2** binaries can be found at http://thehackbox.org/tasmota/re
|
|||||||
| USE_RC_SWITCH | - | - | - | x | x | x | x |
|
| USE_RC_SWITCH | - | - | - | x | x | x | x |
|
||||||
| USE_RF_SENSOR | - | - | - | - | - | x | - | AlectoV2 only
|
| USE_RF_SENSOR | - | - | - | - | - | x | - | AlectoV2 only
|
||||||
| USE_SM16716 | - | x | x | x | x | x | x |
|
| USE_SM16716 | - | x | x | x | x | x | x |
|
||||||
|
| USE_HRE | - | - | - | - | - | x | - |
|
||||||
| USE_DISPLAY | - | - | - | - | - | - | x |
|
| USE_DISPLAY | - | - | - | - | - | - | x |
|
||||||
| USE_DISPLAY_LCD | - | - | - | - | - | - | x |
|
| USE_DISPLAY_LCD | - | - | - | - | - | - | x |
|
||||||
| USE_DISPLAY_SSD1306 | - | - | - | - | - | - | x |
|
| USE_DISPLAY_SSD1306 | - | - | - | - | - | - | x |
|
||||||
|
@ -382,12 +382,14 @@ void GetFeatures(void)
|
|||||||
feature_sns2 |= 0x00100000; // xsns_40_pn532.ino
|
feature_sns2 |= 0x00100000; // xsns_40_pn532.ino
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_MAX44009
|
#ifdef USE_MAX44009
|
||||||
feature_sns2 |= 0x00200000;
|
feature_sns2 |= 0x00200000; // xsns_41_max44009.ino
|
||||||
#endif
|
#endif
|
||||||
#ifdef USE_SCD30
|
#ifdef USE_SCD30
|
||||||
feature_sns2 |= 0x00400000;
|
feature_sns2 |= 0x00400000; // xsns_42_scd30.ino
|
||||||
|
#endif
|
||||||
|
#ifdef USE_HRE
|
||||||
|
feature_sns2 |= 0x00800000; // xsns_43_hre.ino
|
||||||
#endif
|
#endif
|
||||||
// feature_sns2 |= 0x00800000;
|
|
||||||
// feature_sns2 |= 0x01000000;
|
// feature_sns2 |= 0x01000000;
|
||||||
// feature_sns2 |= 0x02000000;
|
// feature_sns2 |= 0x02000000;
|
||||||
// feature_sns2 |= 0x04000000;
|
// feature_sns2 |= 0x04000000;
|
||||||
|
@ -89,7 +89,7 @@ a_setoption = [[
|
|||||||
"Tuya dimmer device id",
|
"Tuya dimmer device id",
|
||||||
"(not used) mDNS delayed start (Sec)",
|
"(not used) mDNS delayed start (Sec)",
|
||||||
"Boot loop retry offset (0 = disable)",
|
"Boot loop retry offset (0 = disable)",
|
||||||
"",
|
"RGBWW remap",
|
||||||
"","","","","","",
|
"","","","","","",
|
||||||
"","","","","","",
|
"","","","","","",
|
||||||
],[
|
],[
|
||||||
@ -105,7 +105,7 @@ a_setoption = [[
|
|||||||
"Change state topic from tele/STATE to stat/RESULT",
|
"Change state topic from tele/STATE to stat/RESULT",
|
||||||
"Enable normal sleep instead of dynamic sleep",
|
"Enable normal sleep instead of dynamic sleep",
|
||||||
"Force local operation when button/switch topic is set",
|
"Force local operation when button/switch topic is set",
|
||||||
"Force no pull-up",
|
"Do not use retain flag on HOLD messages",
|
||||||
"","","",
|
"","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","","",
|
"","","","",
|
||||||
@ -146,7 +146,7 @@ a_features = [[
|
|||||||
"USE_MCP39F501","USE_PZEM_AC","USE_DS3231","USE_HX711",
|
"USE_MCP39F501","USE_PZEM_AC","USE_DS3231","USE_HX711",
|
||||||
"USE_PZEM_DC","USE_TX20_WIND_SENSOR","USE_MGC3130","USE_RF_SENSOR",
|
"USE_PZEM_DC","USE_TX20_WIND_SENSOR","USE_MGC3130","USE_RF_SENSOR",
|
||||||
"USE_THEO_V2","USE_ALECTO_V2","USE_AZ7798","USE_MAX31855",
|
"USE_THEO_V2","USE_ALECTO_V2","USE_AZ7798","USE_MAX31855",
|
||||||
"USE_PN532_I2C","USE_MAX44009","","",
|
"USE_PN532_I2C","USE_MAX44009","USE_SCD30","USE_HRE",
|
||||||
"","","","",
|
"","","","",
|
||||||
"","","",""]]
|
"","","",""]]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user