Houskeeping Arduino Slave

This commit is contained in:
Theo Arends 2019-10-21 12:36:08 +02:00
parent aaf6f90507
commit 1110bac410
2 changed files with 4 additions and 3 deletions

View File

@ -477,8 +477,9 @@ void GetFeatures(void)
#ifdef USE_EXS_DIMMER #ifdef USE_EXS_DIMMER
feature5 |= 0x00008000; // xdrv_30_exs_dimmer.ino feature5 |= 0x00008000; // xdrv_30_exs_dimmer.ino
#endif #endif
#ifdef USE_ARDUINO_SLAVE
// feature5 |= 0x00010000; feature5 |= 0x00010000; // xdrv_31_arduino_slave.ino
#endif
// feature5 |= 0x00020000; // feature5 |= 0x00020000;
// feature5 |= 0x00040000; // feature5 |= 0x00040000;
// feature5 |= 0x00080000; // feature5 |= 0x00080000;

View File

@ -173,7 +173,7 @@ a_features = [[
"USE_INA226","USE_A4988_STEPPER","USE_DDS2382","USE_SM2135", "USE_INA226","USE_A4988_STEPPER","USE_DDS2382","USE_SM2135",
"USE_SHUTTER","USE_PCF8574","USE_DDSU666","USE_DEEPSLEEP", "USE_SHUTTER","USE_PCF8574","USE_DDSU666","USE_DEEPSLEEP",
"USE_SONOFF_SC","USE_SONOFF_RF","USE_SONOFF_L1","USE_EXS_DIMMER", "USE_SONOFF_SC","USE_SONOFF_RF","USE_SONOFF_L1","USE_EXS_DIMMER",
"","","","", "USE_ARDUINO_SLAVE","","","",
"","","","", "","","","",
"","","","", "","","","",
"","","","" "","","",""