Skip to content

Commit

Permalink
Fixed CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Apr 8, 2024
1 parent 0f31685 commit 4a49b32
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 43 deletions.
4 changes: 2 additions & 2 deletions docs/en/get-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Compile On Arduino

- `T5-4.7 <https://www.aliexpress.us/item/3256801819744140.html>`_

.. image:: ../../_static/t5-4.7-arduino-config.jpg
.. image:: ../../_static/t5-4-7-arduino-config.jpg

- `T5-4.7-Plus <https://www.aliexpress.us/item/3256804461011991.html>`_

.. image:: ../../_static/t5-4.7-plus-arduino-config.jpg
.. image:: ../../_static/t5-4-7-plus-arduino-config.jpg


Schematic
Expand Down
4 changes: 2 additions & 2 deletions docs/zh_CN/get-started/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ Arduino编译配置

- `T5-4.7 <https://www.aliexpress.us/item/3256801819744140.html>`_

.. image:: ../../_static/t5-4.7-arduino-config.jpg
.. image:: ../../_static/t5-4-7-arduino-config.jpg

- `T5-4.7-Plus <https://www.aliexpress.us/item/3256804461011991.html>`_

.. image:: ../../_static/t5-4.7-plus-arduino-config.jpg
.. image:: ../../_static/t5-4-7-plus-arduino-config.jpg

原理图
=======
Expand Down
8 changes: 4 additions & 4 deletions examples/button/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
Expand Down
8 changes: 4 additions & 4 deletions examples/deepsleep/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
Expand Down
8 changes: 4 additions & 4 deletions examples/demo/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
Expand Down
6 changes: 3 additions & 3 deletions examples/drawExample/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,19 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
Expand Down
8 changes: 4 additions & 4 deletions examples/drawImages/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
8 changes: 4 additions & 4 deletions examples/grayscale_test/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
8 changes: 4 additions & 4 deletions examples/screen_repair/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
8 changes: 4 additions & 4 deletions examples/spi_driver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
8 changes: 4 additions & 4 deletions examples/touchtest/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire

[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM45
build_flags = -D CORE_DEBUG_LEVEL=3
8 changes: 4 additions & 4 deletions examples/wifi_sync/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.3.0
upload_protocol = esptool
framework = arduino
platform_packages = framework-arduinoespressif32@https://github.com/espressif/arduino-esp32.git#2.0.5

upload_speed = 921600
monitor_speed = 115200
lib_deps = Wire


[env:t5-4.7]
[env:t5-4-7]
board = lilygo-t5-47
; upload_port = COM20
build_flags =
Expand All @@ -32,7 +32,7 @@ build_flags =
board_build.filesystem = fatfs
board_build.partitions = partitions_custom.csv

[env:t5-4.7-plus]
[env:t5-4-7-plus]
board = lilygo-t5-47-plus
; upload_port = COM66
build_flags = -D CORE_DEBUG_LEVEL=5
Expand Down

0 comments on commit 4a49b32

Please sign in to comment.