Skip to content

Commit

Permalink
Update dingtian_DT-R004 (#1909)
Browse files Browse the repository at this point in the history
Added explanation for defines according to NOPSRAM and Modbusbridge
  • Loading branch information
jeroenst authored Dec 20, 2024
1 parent 38a011d commit d96dbfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _templates/dingtian_DT-R004
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

0 comments on commit d96dbfa

Please sign in to comment.