Update sonoff POWR320D template

Update sonoff POWR320D template with bistable relay
This commit is contained in:
Theo Arends 2022-07-10 11:38:06 +02:00
parent 53a36c1fa2
commit 485328b94d
3 changed files with 20 additions and 20 deletions

View File

@ -982,7 +982,7 @@
\*********************************************************************************************/
#ifndef ESP8266_1M
#ifndef FIRMWARE_MINIMAL // there might be a ESP32-minimal
#ifndef FIRMWARE_MINIMAL // There might be a ESP32-minimal
#define USE_UFILESYS
#define GUI_TRASH_FILE
#define GUI_EDIT_FILE
@ -1048,4 +1048,7 @@
#define USE_TLS // flag indicates we need to include TLS code
#endif // USE_MQTT_TLS
// -- Basic features ------------------------------
#define USE_BISTABLE_RELAY_SUPPORT // Add support for bistable (latching) relays using GPIO Relay_b or Relay_bi
#endif // _TASMOTA_CONFIGURATIONS_H_

View File

@ -397,9 +397,6 @@
//#define MY_LANGUAGE zh_CN // Chinese (Simplified) in China
//#define MY_LANGUAGE zh_TW // Chinese (Traditional) in Taiwan
// -- Basic features ------------------------------
#define USE_BISTABLE_RELAY_SUPPORT // Add support for bistable (latching) relays using GPIO Relay_b or Relay_bi
// -- Wifi Config tools ---------------------------
#define WIFI_SOFT_AP_CHANNEL 1 // Soft Access Point Channel number between 1 and 13 as used by Wi-Fi Manager web GUI
#define USE_IMPROV // Add support for IMPROV serial protocol as used by esp-web-tools (+2k code)

View File

@ -11,7 +11,7 @@
* Sonoff POWR3xxD and THR3xxD LCD support
*
* {"NAME":"Sonoff POWR316D","GPIO":[32,0,0,0,0,576,0,0,0,224,9280,0,3104,0,320,0,0,0,0,0,0,9184,9248,9216,0,0,0,0,0,0,0,0,0,0,0,0],"FLAG":0,"BASE":1}
* {"NAME":"Sonoff POWR320D","GPIO":[32,0,224,0,225,576,0,0,0,0,9280,0,3104,0,320,0,0,0,0,0,0,9184,9248,9216,0,0,0,0,0,0,0,0,0,0,0,0],"FLAG":0,"BASE":1}
* {"NAME":"Sonoff POWR320D","GPIO":[32,0,9312,0,9313,576,0,0,0,0,9280,0,3104,0,320,0,0,0,0,0,0,9184,9248,9216,0,0,0,0,0,0,0,0,0,0,0,0],"FLAG":0,"BASE":1}
* {"NAME":"Sonoff THR316D","GPIO":[32,0,0,0,225,9280,0,0,0,321,0,576,320,9184,9216,0,0,224,0,9248,0,1,0,3840,0,0,0,0,0,0,0,0,0,0,0,0],"FLAG":0,"BASE":1}
\*********************************************************************************************/