Skip to content

Commit 68f5679

Browse files
committed
Specify ArduinoFake library version to use.
This was why I had to apply 6d261d6. The lead to confusion with the CI. Being more specific is better.
1 parent 4b782ee commit 68f5679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ monitor_speed = 115200
2525
platform = native
2626
lib_deps =
2727
unity
28-
ArduinoFake
28+
ArduinoFake@^0.4.0
2929
utilities
3030
lib_ldf_mode = chain ; to simplify mocking, do not use deep mode
3131
build_flags =

0 commit comments

Comments
 (0)