Skip to content

Commit ce7e879

Browse files
committed
Update ATTinyCore board's FQBN
A millis option was added to ATTinyCore, and this option must be added to the FQBN to avoid the "{build.millis}: No such file or directory" compilation error.
1 parent 5886663 commit ce7e879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ script:
198198
# Test build_sketch with specific IDE version
199199
# Test build_sketch without absolute path
200200
- cd "${SKETCHBOOK_FOLDER}/libraries/CapacitiveSensor/examples/CapacitiveSensorSketch/"
201-
- build_sketch "CapacitiveSensorSketch.pde" "ATTinyCore-master:avr:attinyx5:LTO=disable,TimerClockSource=default,chip=85,clock=8internal,bod=disable" "false" "1.8.4"
201+
- build_sketch "CapacitiveSensorSketch.pde" "ATTinyCore-master:avr:attinyx5:LTO=disable,TimerClockSource=default,chip=85,clock=8internal,eesave=aenable,bod=disable,millis=enabled" "false" "1.8.4"
202202

203203
# Test library installed from .zip
204204
# Test board from hardware package installed via Boards Manager without URL

0 commit comments

Comments
 (0)