Skip to content

Commit c61b84c

Browse files
committed
Merge branch 'develop'
2 parents 0754093 + dcc6d58 commit c61b84c

1 file changed

Lines changed: 16 additions & 11 deletions

File tree

platformio.ini

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,32 @@
1212
;-----------------------------------------------------------------------
1313
; TinyDarius
1414
;-----------------------------------------------------------------------
15-
1615
[env]
17-
platform = espressif32@3.5.0
18-
16+
platform = espressif32
1917
board = m5stack-core-esp32
2018
board_build.flash_mode = qio
2119
board_build.f_flash = 80000000L
2220
framework = arduino
2321

24-
;The libraries are shared between ArduinoIDE and PlatformIO.
25-
;lib_extra_dirs is the ArduinoIDE library directory.
26-
lib_extra_dirs = ~/projects/M5Stack/libraries/
27-
lib_ldf_mode = deep
28-
lib_deps = m5stack/M5Stack@0.4.0
22+
;----
23+
; If you want libraries are shared between ArduinoIDE and PlatformIO.
24+
; lib_extra_dirs set to the ArduinoIDE library directory and remove libraries form lib_deps
25+
;----
26+
;lib_extra_dirs = ~/projects/M5Stack/libraries/
27+
;lib_ldf_mode = deep
28+
29+
lib_deps = m5stack/M5Stack
30+
greiman/SdFat
31+
lovyan03/LovyanGFX
32+
https://github.com/GOB52/goblib
33+
https://github.com/GOB52/goblib_m5s
2934

35+
monitor_port = /dev/cu.SLAB_USBtoUART ; change to your port
3036
monitor_speed = 115200
31-
;monitor_filters = esp32_exception_decoder,time
3237
monitor_filters = time, esp32_exception_decoder
33-
upload_speed = 921600
3438

35-
;extra_scripts = pre:rename_bin.py
39+
upload_port = /dev/cu.SLAB_USBtoUART ; change to your port
40+
upload_speed = 921600
3641

3742
build_flags = -Wall -Wextra -Wreturn-local-addr
3843

0 commit comments

Comments
 (0)