Skip to content

Commit 8a9901c

Browse files
bump examples to use latest version of lib
1 parent 452d832 commit 8a9901c

8 files changed

Lines changed: 24 additions & 24 deletions

File tree

examples/core_usage/platformio/simple_controller/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ framework = arduino
1515
upload_speed = 115200
1616
monitor_speed = 115200
1717
lib_deps =
18-
cameronbrooks11/CRUMBS@^0.11.0
18+
cameronbrooks11/CRUMBS@^0.12.0
1919

2020
[env:nanoatmega328old]
2121
platform = atmelavr
@@ -24,15 +24,15 @@ framework = arduino
2424
upload_speed = 57600
2525
monitor_speed = 115200
2626
lib_deps =
27-
cameronbrooks11/CRUMBS@^0.11.0
27+
cameronbrooks11/CRUMBS@^0.12.0
2828

2929
[env:esp32dev]
3030
platform = espressif32
3131
board = esp32dev
3232
framework = arduino
3333
monitor_speed = 115200
3434
lib_deps =
35-
cameronbrooks11/CRUMBS@^0.11.0
35+
cameronbrooks11/CRUMBS@^0.12.0
3636

3737
[platformio]
3838
default_envs = nanoatmega328new

examples/core_usage/platformio/simple_peripheral/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ framework = arduino
1515
upload_speed = 115200
1616
monitor_speed = 115200
1717
lib_deps =
18-
cameronbrooks11/CRUMBS@^0.11.0
18+
cameronbrooks11/CRUMBS@^0.12.0
1919

2020
[env:nanoatmega328old]
2121
platform = atmelavr
@@ -24,15 +24,15 @@ framework = arduino
2424
upload_speed = 57600
2525
monitor_speed = 115200
2626
lib_deps =
27-
cameronbrooks11/CRUMBS@^0.11.0
27+
cameronbrooks11/CRUMBS@^0.12.0
2828

2929
[env:esp32dev]
3030
platform = espressif32
3131
board = esp32dev
3232
framework = arduino
3333
monitor_speed = 115200
3434
lib_deps =
35-
cameronbrooks11/CRUMBS@^0.11.0
35+
cameronbrooks11/CRUMBS@^0.12.0
3636

3737
[platformio]
3838
default_envs = nanoatmega328new

examples/families_usage/lhwit_family/calculator/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_flags =
88
-DCRUMBS_MAX_HANDLERS=8
99
-I ..
1010
lib_deps =
11-
cameronbrooks11/CRUMBS@^0.11.0
11+
cameronbrooks11/CRUMBS@^0.12.0
1212

1313
[env:nanoatmega328old]
1414
platform = atmelavr
@@ -20,7 +20,7 @@ build_flags =
2020
-DCRUMBS_MAX_HANDLERS=8
2121
-I ..
2222
lib_deps =
23-
cameronbrooks11/CRUMBS@^0.11.0
23+
cameronbrooks11/CRUMBS@^0.12.0
2424

2525
[env:esp32dev]
2626
platform = espressif32
@@ -31,7 +31,7 @@ build_flags =
3131
-DCRUMBS_MAX_HANDLERS=8
3232
-I ..
3333
lib_deps =
34-
cameronbrooks11/CRUMBS@^0.11.0
34+
cameronbrooks11/CRUMBS@^0.12.0
3535

3636
[platformio]
3737
default_envs = nanoatmega328new

examples/families_usage/lhwit_family/display/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_flags =
88
-DCRUMBS_MAX_HANDLERS=6
99
-I ..
1010
lib_deps =
11-
cameronbrooks11/CRUMBS@^0.11.0
11+
cameronbrooks11/CRUMBS@^0.12.0
1212
adrian200223/Simple5641AS@^1.0.0
1313

1414
[env:nanoatmega328old]
@@ -21,7 +21,7 @@ build_flags =
2121
-DCRUMBS_MAX_HANDLERS=6
2222
-I ..
2323
lib_deps =
24-
cameronbrooks11/CRUMBS@^0.11.0
24+
cameronbrooks11/CRUMBS@^0.12.0
2525
adrian200223/Simple5641AS@^1.0.0
2626

2727
[env:esp32dev]
@@ -33,7 +33,7 @@ build_flags =
3333
-DCRUMBS_MAX_HANDLERS=6
3434
-I ..
3535
lib_deps =
36-
cameronbrooks11/CRUMBS@^0.11.0
36+
cameronbrooks11/CRUMBS@^0.12.0
3737
adrian200223/Simple5641AS@^1.0.0
3838

3939
[platformio]

examples/families_usage/lhwit_family/led/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_flags =
88
-DCRUMBS_MAX_HANDLERS=8
99
-I ..
1010
lib_deps =
11-
cameronbrooks11/CRUMBS@^0.11.0
11+
cameronbrooks11/CRUMBS@^0.12.0
1212

1313
[env:nanoatmega328old]
1414
platform = atmelavr
@@ -20,7 +20,7 @@ build_flags =
2020
-DCRUMBS_MAX_HANDLERS=8
2121
-I ..
2222
lib_deps =
23-
cameronbrooks11/CRUMBS@^0.11.0
23+
cameronbrooks11/CRUMBS@^0.12.0
2424

2525
[env:esp32dev]
2626
platform = espressif32
@@ -31,7 +31,7 @@ build_flags =
3131
-DCRUMBS_MAX_HANDLERS=8
3232
-I ..
3333
lib_deps =
34-
cameronbrooks11/CRUMBS@^0.11.0
34+
cameronbrooks11/CRUMBS@^0.12.0
3535

3636
[platformio]
3737
default_envs = nanoatmega328new

examples/families_usage/lhwit_family/servo/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_flags =
88
-DCRUMBS_MAX_HANDLERS=8
99
-I ..
1010
lib_deps =
11-
cameronbrooks11/CRUMBS@^0.11.0
11+
cameronbrooks11/CRUMBS@^0.12.0
1212
Servo
1313

1414
[env:nanoatmega328old]
@@ -21,7 +21,7 @@ build_flags =
2121
-DCRUMBS_MAX_HANDLERS=8
2222
-I ..
2323
lib_deps =
24-
cameronbrooks11/CRUMBS@^0.11.0
24+
cameronbrooks11/CRUMBS@^0.12.0
2525
Servo
2626

2727
[env:esp32dev]
@@ -33,7 +33,7 @@ build_flags =
3333
-DCRUMBS_MAX_HANDLERS=8
3434
-I ..
3535
lib_deps =
36-
cameronbrooks11/CRUMBS@^0.11.0
36+
cameronbrooks11/CRUMBS@^0.12.0
3737
Servo
3838

3939
[platformio]

examples/handlers_usage/platformio/mock_controller/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ monitor_speed = 115200
77
build_flags =
88
-I ../..
99
lib_deps =
10-
cameronbrooks11/CRUMBS@^0.11.0
10+
cameronbrooks11/CRUMBS@^0.12.0
1111

1212
[env:nanoatmega328old]
1313
platform = atmelavr
@@ -18,7 +18,7 @@ monitor_speed = 115200
1818
build_flags =
1919
-I ../..
2020
lib_deps =
21-
cameronbrooks11/CRUMBS@^0.11.0
21+
cameronbrooks11/CRUMBS@^0.12.0
2222

2323
[env:esp32dev]
2424
platform = espressif32
@@ -28,7 +28,7 @@ monitor_speed = 115200
2828
build_flags =
2929
-I ../..
3030
lib_deps =
31-
cameronbrooks11/CRUMBS@^0.11.0
31+
cameronbrooks11/CRUMBS@^0.12.0
3232

3333
[platformio]
3434
default_envs = nanoatmega328new

examples/handlers_usage/platformio/mock_peripheral/platformio.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build_flags =
88
-DCRUMBS_MAX_HANDLERS=8
99
-I ../..
1010
lib_deps =
11-
cameronbrooks11/CRUMBS@^0.11.0
11+
cameronbrooks11/CRUMBS@^0.12.0
1212

1313
[env:nanoatmega328old]
1414
platform = atmelavr
@@ -20,7 +20,7 @@ build_flags =
2020
-DCRUMBS_MAX_HANDLERS=8
2121
-I ../..
2222
lib_deps =
23-
cameronbrooks11/CRUMBS@^0.11.0
23+
cameronbrooks11/CRUMBS@^0.12.0
2424

2525
[env:esp32dev]
2626
platform = espressif32
@@ -31,7 +31,7 @@ build_flags =
3131
-DCRUMBS_MAX_HANDLERS=8
3232
-I ../..
3333
lib_deps =
34-
cameronbrooks11/CRUMBS@^0.11.0
34+
cameronbrooks11/CRUMBS@^0.12.0
3535

3636
[platformio]
3737
default_envs = nanoatmega328new

0 commit comments

Comments
 (0)