chore: Update PR template link to point to the correct repository
(cherry picked from commit f917787865cd9c8a5c77f6c04f37e2859ef6fe78)
This commit is contained in:
parent
fbaa49be31
commit
9511774fa3
@ -36,7 +36,7 @@
|
||||
}
|
||||
],
|
||||
"template": "${{CHANGELOG}}",
|
||||
"pr_template": "- [${{TITLE}}](https://github.com/tbnobody/OpenDTU/commit/${{MERGE_SHA}})",
|
||||
"pr_template": "- [${{TITLE}}](https://github.com/funghi999/OpenDTU-DUO-Fusion/commit/${{MERGE_SHA}})",
|
||||
"empty_template": "- no changes",
|
||||
"label_extractor": [
|
||||
{
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
|
||||
This is a fork from the Hoymiles project [OpenDTU](https://github.com/tbnobody/OpenDTU).
|
||||
|
||||
[](https://github.com/tbnobody/OpenDTU/actions/workflows/build.yml)
|
||||
[](https://github.com/tbnobody/OpenDTU/actions/workflows/cpplint.yml)
|
||||
[](https://github.com/tbnobody/OpenDTU/actions/workflows/yarnlint.yml)
|
||||
[](https://github.com/funghi999/OpenDTU-DUO-Fusion/actions/workflows/build.yml)
|
||||
[](https://github.com/funghi999/OpenDTU-DUO-Fusion/actions/workflows/cpplint.yml)
|
||||
[](https://github.com/funghi999/OpenDTU-DUO-Fusion/actions/workflows/yarnlint.yml)
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
@ -16,7 +16,7 @@ extra_configs =
|
||||
[env]
|
||||
; Make sure to NOT add any spaces in the custom_ci_action property
|
||||
; (also the position in the file is important)
|
||||
custom_ci_action = generic,generic_esp32,generic_esp32s3,generic_esp32s3_usb
|
||||
custom_ci_action = generic_esp32,generic_esp32s3,fusion_duo_dtu
|
||||
|
||||
framework = arduino
|
||||
platform = espressif32@6.8.1
|
||||
@ -250,3 +250,26 @@ build_flags = ${env.build_flags}
|
||||
-DCMT_SDIO=5
|
||||
-DARDUINO_USB_MODE=1
|
||||
-DARDUINO_USB_CDC_ON_BOOT=1
|
||||
|
||||
|
||||
; -- PCB "DTU-Board V1.0.1" HM/HMS/HMT small case --
|
||||
; -- Display 1.3" --
|
||||
; -- support HM and HMS/HMT Inverter --
|
||||
[env:fusion_duo_dtu]
|
||||
board = esp32dev
|
||||
build_flags = ${env.build_flags}
|
||||
-DHOYMILES_PIN_MISO=19
|
||||
-DHOYMILES_PIN_MOSI=23
|
||||
-DHOYMILES_PIN_SCLK=18
|
||||
-DHOYMILES_PIN_IRQ=16
|
||||
-DHOYMILES_PIN_CE=4
|
||||
-DHOYMILES_PIN_CS=5
|
||||
-DDISPLAY_TYPE=3
|
||||
-DDISPLAY_DATA=21
|
||||
-DDISPLAY_CLK=22
|
||||
-DCMT_CLK=12
|
||||
-DCMT_CS=27
|
||||
-DCMT_FCS=26
|
||||
-DCMT_GPIO2=35
|
||||
-DCMT_GPIO3=34
|
||||
-DCMT_SDIO=14
|
||||
|
||||
@ -25,24 +25,24 @@
|
||||
; -- PCB "DTU-Board V1.0.1" HM/HMS/HMT small case --
|
||||
; -- Display 1.3" --
|
||||
; -- support HM and HMS/HMT Inverter --
|
||||
[env:fusion_duo_dtu]
|
||||
board = esp32dev
|
||||
build_flags = ${env.build_flags}
|
||||
-DHOYMILES_PIN_MISO=19
|
||||
-DHOYMILES_PIN_MOSI=23
|
||||
-DHOYMILES_PIN_SCLK=18
|
||||
-DHOYMILES_PIN_IRQ=16
|
||||
-DHOYMILES_PIN_CE=4
|
||||
-DHOYMILES_PIN_CS=5
|
||||
-DDISPLAY_TYPE=3
|
||||
-DDISPLAY_DATA=21
|
||||
-DDISPLAY_CLK=22
|
||||
-DCMT_CLK=12
|
||||
-DCMT_CS=27
|
||||
-DCMT_FCS=26
|
||||
-DCMT_GPIO2=35
|
||||
-DCMT_GPIO3=34
|
||||
-DCMT_SDIO=14
|
||||
; [env:fusion_duo_dtu]
|
||||
; board = esp32dev
|
||||
; build_flags = ${env.build_flags}
|
||||
; -DHOYMILES_PIN_MISO=19
|
||||
; -DHOYMILES_PIN_MOSI=23
|
||||
; -DHOYMILES_PIN_SCLK=18
|
||||
; -DHOYMILES_PIN_IRQ=16
|
||||
; -DHOYMILES_PIN_CE=4
|
||||
; -DHOYMILES_PIN_CS=5
|
||||
; -DDISPLAY_TYPE=3
|
||||
; -DDISPLAY_DATA=21
|
||||
; -DDISPLAY_CLK=22
|
||||
; -DCMT_CLK=12
|
||||
; -DCMT_CS=27
|
||||
; -DCMT_FCS=26
|
||||
; -DCMT_GPIO2=35
|
||||
; -DCMT_GPIO3=34
|
||||
; -DCMT_SDIO=14
|
||||
;
|
||||
; -- PCB "DTU-Board V1.0.1" HM/HMS/HMT small case --
|
||||
; -- Display 1.3" --
|
||||
|
||||
Loading…
Reference in New Issue
Block a user