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}}",
|
"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",
|
"empty_template": "- no changes",
|
||||||
"label_extractor": [
|
"label_extractor": [
|
||||||
{
|
{
|
||||||
|
|||||||
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
This is a fork from the Hoymiles project [OpenDTU](https://github.com/tbnobody/OpenDTU).
|
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/funghi999/OpenDTU-DUO-Fusion/actions/workflows/build.yml)
|
||||||
[](https://github.com/tbnobody/OpenDTU/actions/workflows/cpplint.yml)
|
[](https://github.com/funghi999/OpenDTU-DUO-Fusion/actions/workflows/cpplint.yml)
|
||||||
[](https://github.com/tbnobody/OpenDTU/actions/workflows/yarnlint.yml)
|
[](https://github.com/funghi999/OpenDTU-DUO-Fusion/actions/workflows/yarnlint.yml)
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
|
|||||||
@ -16,7 +16,7 @@ extra_configs =
|
|||||||
[env]
|
[env]
|
||||||
; Make sure to NOT add any spaces in the custom_ci_action property
|
; Make sure to NOT add any spaces in the custom_ci_action property
|
||||||
; (also the position in the file is important)
|
; (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
|
framework = arduino
|
||||||
platform = espressif32@6.8.1
|
platform = espressif32@6.8.1
|
||||||
@ -250,3 +250,26 @@ build_flags = ${env.build_flags}
|
|||||||
-DCMT_SDIO=5
|
-DCMT_SDIO=5
|
||||||
-DARDUINO_USB_MODE=1
|
-DARDUINO_USB_MODE=1
|
||||||
-DARDUINO_USB_CDC_ON_BOOT=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 --
|
; -- PCB "DTU-Board V1.0.1" HM/HMS/HMT small case --
|
||||||
; -- Display 1.3" --
|
; -- Display 1.3" --
|
||||||
; -- support HM and HMS/HMT Inverter --
|
; -- support HM and HMS/HMT Inverter --
|
||||||
[env:fusion_duo_dtu]
|
; [env:fusion_duo_dtu]
|
||||||
board = esp32dev
|
; board = esp32dev
|
||||||
build_flags = ${env.build_flags}
|
; build_flags = ${env.build_flags}
|
||||||
-DHOYMILES_PIN_MISO=19
|
; -DHOYMILES_PIN_MISO=19
|
||||||
-DHOYMILES_PIN_MOSI=23
|
; -DHOYMILES_PIN_MOSI=23
|
||||||
-DHOYMILES_PIN_SCLK=18
|
; -DHOYMILES_PIN_SCLK=18
|
||||||
-DHOYMILES_PIN_IRQ=16
|
; -DHOYMILES_PIN_IRQ=16
|
||||||
-DHOYMILES_PIN_CE=4
|
; -DHOYMILES_PIN_CE=4
|
||||||
-DHOYMILES_PIN_CS=5
|
; -DHOYMILES_PIN_CS=5
|
||||||
-DDISPLAY_TYPE=3
|
; -DDISPLAY_TYPE=3
|
||||||
-DDISPLAY_DATA=21
|
; -DDISPLAY_DATA=21
|
||||||
-DDISPLAY_CLK=22
|
; -DDISPLAY_CLK=22
|
||||||
-DCMT_CLK=12
|
; -DCMT_CLK=12
|
||||||
-DCMT_CS=27
|
; -DCMT_CS=27
|
||||||
-DCMT_FCS=26
|
; -DCMT_FCS=26
|
||||||
-DCMT_GPIO2=35
|
; -DCMT_GPIO2=35
|
||||||
-DCMT_GPIO3=34
|
; -DCMT_GPIO3=34
|
||||||
-DCMT_SDIO=14
|
; -DCMT_SDIO=14
|
||||||
;
|
;
|
||||||
; -- PCB "DTU-Board V1.0.1" HM/HMS/HMT small case --
|
; -- PCB "DTU-Board V1.0.1" HM/HMS/HMT small case --
|
||||||
; -- Display 1.3" --
|
; -- Display 1.3" --
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user