Skip to content

Commit d8a1e71

Browse files
Set a esp32 arduino version
1 parent 76f6a86 commit d8a1e71

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

platformio.ini

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build_flags =
66
-D TIMEZONE=\"CET-1CEST,M3.5.0/2,M10.5.0/3\" ; /* Central European Time - see https://sites.google.com/a/usapiens.com/opnode/time-zones
77

88
[env:esp32-s3-devkitm-1]
9-
platform = espressif32
9+
platform = espressif32@6.8.0
1010
board = esp32-s3-devkitm-1
1111
framework = arduino
1212

@@ -52,7 +52,6 @@ lib_ldf_mode = chain
5252
build_flags =
5353
${user.build_flags}
5454
-D BOARD_HAS_PSRAM
55-
; https://thingpulse.com/usb-settings-for-logging-with-the-esp32-s3-in-platformio/
5655
-D CORE_DEBUG_LEVEL=3
5756
-D ARDUINO_USB_MODE=1
5857
-D ARDUINO_USB_CDC_ON_BOOT=0
@@ -64,7 +63,7 @@ build_flags =
6463
!echo '-D GIT_VERSION=\\"'$(git describe --tags --always)'\\"'
6564

6665
lib_deps =
67-
https://github.com/lovyan03/LovyanGFX#develop ;@^1.1.16
66+
https://github.com/lovyan03/LovyanGFX#develop
6867
https://github.com/mmMicky/TouchLib#ccaedcd
6968
https://github.com/jcomas/S8_UART#4be0ce6
7069
links2004/WebSockets@^2.6.0

0 commit comments

Comments
 (0)