diff --git a/_templates/dingtian_DT-R004 b/_templates/dingtian_DT-R004 index 9ebe74ddc..b653d17f8 100644 --- a/_templates/dingtian_DT-R004 +++ b/_templates/dingtian_DT-R004 @@ -15,7 +15,7 @@ standard: global When ordering this board ask for relay board with test firmware, otherwise the ESP32 will be locked. -Relay 1 is connected to GPIO 16 which is used for PSRAM in Tasmota, to prevent a pulse on Relay 1 upon boot use the tasmota32-nopsram firmware. (https://github.com/arendst/Tasmota/discussions/21266) +Relay 1 is connected to GPIO 16 which is used for PSRAM in Tasmota, to prevent a pulse on Relay 1 upon boot use the tasmota32-nopsram firmware (https://github.com/arendst/Tasmota/discussions/21266), or use #define DISABLE_PSRAMCHECK in user_config_override.h upon building. ### Description @@ -51,4 +51,4 @@ When using switchmode 0, Input changes are not reported, but the output changes ### Note -For using Modbus on the RS485 port (if ordered with this option) have a look at https://tasmota.github.io/docs/Modbus-Bridge/ +For using Modbus on the RS485 port (if ordered with this option) have a look at https://tasmota.github.io/docs/Modbus-Bridge/ and also add #define USE_MODBUS_BRIDGE and if desired #define USE_MODBUS_BRIDGE_TCP to user_config_override.h