Skip to content

Commit

Permalink
Fix ini file syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
lewisxhe committed Jan 6, 2024
1 parent 04df63c commit 2dc8313
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 57 deletions.
11 changes: 5 additions & 6 deletions examples/button/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3

11 changes: 5 additions & 6 deletions examples/deepsleep/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3
lib_deps = https://github.com/lewisxhe/PCF8563_Library.git
11 changes: 5 additions & 6 deletions examples/demo/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3
lib_deps = https://github.com/lewisxhe/PCF8563_Library.git
9 changes: 4 additions & 5 deletions examples/drawExample/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

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

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

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3
-DARDUINO_USB_CDC_ON_BOOT=1
11 changes: 5 additions & 6 deletions examples/drawImages/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3
11 changes: 5 additions & 6 deletions examples/grayscale_test/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3
11 changes: 5 additions & 6 deletions examples/screen_repair/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3
11 changes: 5 additions & 6 deletions examples/spi_driver/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,19 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM45

build_flags = -D CORE_DEBUG_LEVEL=3
10 changes: 4 additions & 6 deletions examples/touchtest/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,20 +14,18 @@ lib_dir = ../..
boards_dir = ../../platformio/boards

[env]
platform = espressif32
platform = espressif32@6.5.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_7Inc]
board = lilygo-t5-47
; upload_port = COM46
build_flags = -D CORE_DEBUG_LEVEL=3

[env:t5-4.7-plus]
[env:T5_4_7Inc_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.5.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_7Inc]
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_7Inc_Plus]
board = lilygo-t5-47-plus
; upload_port = COM66
build_flags = -D CORE_DEBUG_LEVEL=5
Expand Down

0 comments on commit 2dc8313

Please sign in to comment.