File tree Expand file tree Collapse file tree 2 files changed +26
-19
lines changed
libraries/TerkinData/examples Expand file tree Collapse file tree 2 files changed +26
-19
lines changed Original file line number Diff line number Diff line change 1+ [env:esp32s2]
2+ # platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
3+ # platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
4+ platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git# idf-release/v4.4
5+ # platform = espressif32
6+ platform = https://github.com/platformio/platform-espressif32.git# feature/arduino-upstream
7+ board = featheresp32-s2
8+ framework = arduino
9+
10+ # board_build.arduino.upstream_packages = no
11+
12+ # Development.
13+ # platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-v4.2
14+ # platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
15+ # board = metroesp32-s2
16+
17+ ; change microcontroller
18+ board_build.mcu = esp32s2
19+
20+ lib_deps =
21+ ${common.lib_deps}
22+ lib_extra_dirs =
23+ ${common.lib_extra_dirs}
24+ build_flags =
25+ ${common.build_flags}
26+ -D SERIAL_PORT_HARDWARE =Serial
Original file line number Diff line number Diff line change @@ -121,25 +121,6 @@ build_flags =
121121 -D SERIAL_PORT_HARDWARE =Serial
122122
123123
124- [env:esp32s2]
125- platform = https://github.com/platformio/platform-espressif32.git# feature/arduino-idf-v4.2
126- platform_packages = framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git
127- board = featheresp32-s2
128- # board = metroesp32-s2
129- framework = arduino
130-
131- ; change microcontroller
132- board_build.mcu = esp32s2
133-
134- lib_deps =
135- ${common.lib_deps}
136- lib_extra_dirs =
137- ${common.lib_extra_dirs}
138- build_flags =
139- ${common.build_flags}
140- -D SERIAL_PORT_HARDWARE =Serial
141-
142-
143124[env:samd-m0]
144125platform = atmelsam
145126board = adafruit_feather_m0
You can’t perform that action at this time.
0 commit comments