Skip to content

Commit

Permalink
Update dingtian_DT-R004 (#1910)
Browse files Browse the repository at this point in the history
Corrected define NOPSRAM
  • Loading branch information
jeroenst authored Dec 20, 2024
1 parent d96dbfa commit cc86f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _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), or use #define DISABLE_PSRAMCHECK in user_config_override.h upon building.
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 true" in user_config_override.h upon building.

### Description

Expand Down

0 comments on commit cc86f96

Please sign in to comment.