File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212; -----------------------------------------------------------------------
1313; TinyDarius
1414; -----------------------------------------------------------------------
15-
1615[env]
17- platform = espressif32@3.5.0
18-
16+ platform = espressif32
1917board = m5stack-core-esp32
2018board_build.flash_mode = qio
2119board_build.f_flash = 80000000L
2220framework = 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
3036monitor_speed = 115200
31- ; monitor_filters = esp32_exception_decoder,time
3237monitor_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
3742build_flags = -Wall -Wextra -Wreturn-local-addr
3843
You can’t perform that action at this time.
0 commit comments