Housekeeping

Housekeeping
This commit is contained in:
Theo Arends 2019-03-28 11:25:38 +01:00
parent 64ab5d95e5
commit e631d49d0f
3 changed files with 9 additions and 6 deletions

View File

@ -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_RF_SENSOR | - | - | - | - | - | x | - | AlectoV2 only
| USE_SM16716 | - | x | x | x | x | x | x |
| USE_HRE | - | - | - | - | - | x | - |
| USE_DISPLAY | - | - | - | - | - | - | x |
| USE_DISPLAY_LCD | - | - | - | - | - | - | x |
| USE_DISPLAY_SSD1306 | - | - | - | - | - | - | x |

View File

@ -382,12 +382,14 @@ void GetFeatures(void)
feature_sns2 |= 0x00100000; // xsns_40_pn532.ino
#endif
#ifdef USE_MAX44009
feature_sns2 |= 0x00200000;
feature_sns2 |= 0x00200000; // xsns_41_max44009.ino
#endif
#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
// feature_sns2 |= 0x00800000;
// feature_sns2 |= 0x01000000;
// feature_sns2 |= 0x02000000;
// feature_sns2 |= 0x04000000;

View File

@ -89,7 +89,7 @@ a_setoption = [[
"Tuya dimmer device id",
"(not used) mDNS delayed start (Sec)",
"Boot loop retry offset (0 = disable)",
"",
"RGBWW remap",
"","","","","","",
"","","","","","",
],[
@ -105,7 +105,7 @@ a_setoption = [[
"Change state topic from tele/STATE to stat/RESULT",
"Enable normal sleep instead of dynamic sleep",
"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_PZEM_DC","USE_TX20_WIND_SENSOR","USE_MGC3130","USE_RF_SENSOR",
"USE_THEO_V2","USE_ALECTO_V2","USE_AZ7798","USE_MAX31855",
"USE_PN532_I2C","USE_MAX44009","","",
"USE_PN532_I2C","USE_MAX44009","USE_SCD30","USE_HRE",
"","","","",
"","","",""]]