Skip to content

Commit b7000d3

Browse files
correct pio ini files for tier 2 examples
1 parent 8e57896 commit b7000d3

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
[env:nano]
1+
[env:nanoatmega328new]
22
platform = atmelavr
3-
board = nanoatmega328
3+
board = nanoatmega328new
44
framework = arduino
5+
upload_speed = 115200
6+
monitor_speed = 115200
57
lib_deps =
6-
file://../../../../
8+
../../../..
79

8-
monitor_speed = 115200
10+
[platformio]
11+
default_envs = nanoatmega328new
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
[env:nano]
1+
[env:nanoatmega328new]
22
platform = atmelavr
3-
board = nanoatmega328
3+
board = nanoatmega328new
44
framework = arduino
5-
lib_deps =
6-
file://../../../../
7-
5+
upload_speed = 115200
6+
monitor_speed = 115200
87
build_flags =
98
-DCRUMBS_MAX_HANDLERS=8
9+
lib_deps =
10+
../../../..
1011

11-
monitor_speed = 115200
12+
[platformio]
13+
default_envs = nanoatmega328new

0 commit comments

Comments
 (0)