Skip to content

Commit

Permalink
Updates wokwi output path
Browse files Browse the repository at this point in the history
  • Loading branch information
nosknut committed Jul 20, 2023
1 parent 4443393 commit 77425c2
Show file tree
Hide file tree
Showing 73 changed files with 143 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
.vscode/*
.build
.arduino/output
!.vscode/extensions.json
2 changes: 1 addition & 1 deletion Exercises/ConstVsDefine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# const vs #define

Kompiler en fil og sammenlign den originale filen med [koden som preprosessoren genererte](/.build/preproc/ctags_target_for_gcc_minus_e.cpp)
Kompiler en fil og sammenlign den originale filen med [koden som preprosessoren genererte](/.arduino/output/preproc/ctags_target_for_gcc_minus_e.cpp)

- [const](const/const.ino)
- #define
Expand Down
4 changes: 2 additions & 2 deletions Exercises/ConstVsDefine/define/code/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/code.ino.hex"
elf = "../../../../.build/code.ino.elf"
firmware = "../../../../.arduino/output/code.ino.hex"
elf = "../../../../.arduino/output/code.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/ConstVsDefine/define/syntax/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/syntax.ino.hex"
elf = "../../../../.build/syntax.ino.elf"
firmware = "../../../../.arduino/output/syntax.ino.hex"
elf = "../../../../.arduino/output/syntax.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/ConstVsDefine/define/variables/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/variables.ino.hex"
elf = "../../../../.build/variables.ino.elf"
firmware = "../../../../.arduino/output/variables.ino.hex"
elf = "../../../../.arduino/output/variables.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Debounce/problem/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/problem.ino.hex"
elf = "../../../.build/problem.ino.elf"
firmware = "../../../.arduino/output/problem.ino.hex"
elf = "../../../.arduino/output/problem.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/EdgeDetection/DetectChange/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/DetectChange.ino.hex"
elf = "../../../.build/DetectChange.ino.elf"
firmware = "../../../.arduino/output/DetectChange.ino.hex"
elf = "../../../.arduino/output/DetectChange.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/EdgeDetection/DetectPress/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/DetectPress.ino.hex"
elf = "../../../.build/DetectPress.ino.elf"
firmware = "../../../.arduino/output/DetectPress.ino.hex"
elf = "../../../.arduino/output/DetectPress.ino.elf"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/DetectPressAndReleaseNonBlockingMultipleFunctions.ino.hex"
elf = "../../../.build/DetectPressAndReleaseNonBlockingMultipleFunctions.ino.elf"
firmware = "../../../.arduino/output/DetectPressAndReleaseNonBlockingMultipleFunctions.ino.hex"
elf = "../../../.arduino/output/DetectPressAndReleaseNonBlockingMultipleFunctions.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/EdgeDetection/DetectPressNonBlocking/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/DetectPressNonBlocking.ino.hex"
elf = "../../../.build/DetectPressNonBlocking.ino.elf"
firmware = "../../../.arduino/output/DetectPressNonBlocking.ino.hex"
elf = "../../../.arduino/output/DetectPressNonBlocking.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/EdgeDetection/DetectRelease/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/DetectRelease.ino.hex"
elf = "../../../.build/DetectRelease.ino.elf"
firmware = "../../../.arduino/output/DetectRelease.ino.hex"
elf = "../../../.arduino/output/DetectRelease.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/EdgeDetection/DetectReleaseNonBlocking/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/DetectReleaseNonBlocking.ino.hex"
elf = "../../../.build/DetectReleaseNonBlocking.ino.elf"
firmware = "../../../.arduino/output/DetectReleaseNonBlocking.ino.hex"
elf = "../../../.arduino/output/DetectReleaseNonBlocking.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/EdgeDetection/PlotButton/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/PlotButton.ino.hex"
elf = "../../../.build/PlotButton.ino.elf"
firmware = "../../../.arduino/output/PlotButton.ino.hex"
elf = "../../../.arduino/output/PlotButton.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/boolean/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/boolean.ino.hex"
elf = "../../../../.build/boolean.ino.elf"
firmware = "../../../../.arduino/output/boolean.ino.hex"
elf = "../../../../.arduino/output/boolean.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/decimal/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/decimal.ino.hex"
elf = "../../../../.build/decimal.ino.elf"
firmware = "../../../../.arduino/output/decimal.ino.hex"
elf = "../../../../.arduino/output/decimal.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/empty/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/empty.ino.hex"
elf = "../../../../.build/empty.ino.elf"
firmware = "../../../../.arduino/output/empty.ino.hex"
elf = "../../../../.arduino/output/empty.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/letters/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/letters.ino.hex"
elf = "../../../../.build/letters.ino.elf"
firmware = "../../../../.arduino/output/letters.ino.hex"
elf = "../../../../.arduino/output/letters.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/number/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/number.ino.hex"
elf = "../../../../.build/number.ino.elf"
firmware = "../../../../.arduino/output/number.ino.hex"
elf = "../../../../.arduino/output/number.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/sinewave/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/sinewave.ino.hex"
elf = "../../../../.build/sinewave.ino.elf"
firmware = "../../../../.arduino/output/sinewave.ino.hex"
elf = "../../../../.arduino/output/sinewave.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/squarewave/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/squarewave.ino.hex"
elf = "../../../../.build/squarewave.ino.elf"
firmware = "../../../../.arduino/output/squarewave.ino.hex"
elf = "../../../../.arduino/output/squarewave.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/text/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/text.ino.hex"
elf = "../../../../.build/text.ino.elf"
firmware = "../../../../.arduino/output/text.ino.hex"
elf = "../../../../.arduino/output/text.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/Arguments/trianglewave/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/trianglewave.ino.hex"
elf = "../../../../.build/trianglewave.ino.elf"
firmware = "../../../../.arduino/output/trianglewave.ino.hex"
elf = "../../../../.arduino/output/trianglewave.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/ReturnTypes/boolean/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/boolean.ino.hex"
elf = "../../../../.build/boolean.ino.elf"
firmware = "../../../../.arduino/output/boolean.ino.hex"
elf = "../../../../.arduino/output/boolean.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/ReturnTypes/decimal/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/decimal.ino.hex"
elf = "../../../../.build/decimal.ino.elf"
firmware = "../../../../.arduino/output/decimal.ino.hex"
elf = "../../../../.arduino/output/decimal.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/ReturnTypes/empty/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/empty.ino.hex"
elf = "../../../../.build/empty.ino.elf"
firmware = "../../../../.arduino/output/empty.ino.hex"
elf = "../../../../.arduino/output/empty.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/ReturnTypes/letter/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/letter.ino.hex"
elf = "../../../../.build/letter.ino.elf"
firmware = "../../../../.arduino/output/letter.ino.hex"
elf = "../../../../.arduino/output/letter.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/ReturnTypes/number/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/number.ino.hex"
elf = "../../../../.build/number.ino.elf"
firmware = "../../../../.arduino/output/number.ino.hex"
elf = "../../../../.arduino/output/number.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/ReturnTypes/text/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../../.build/text.ino.hex"
elf = "../../../../.build/text.ino.elf"
firmware = "../../../../.arduino/output/text.ino.hex"
elf = "../../../../.arduino/output/text.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Functions/dry/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/dry.ino.hex"
elf = "../../../.build/dry.ino.elf"
firmware = "../../../.arduino/output/dry.ino.hex"
elf = "../../../.arduino/output/dry.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/GlobalVariables/override/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/override.ino.hex"
elf = "../../../.build/override.ino.elf"
firmware = "../../../.arduino/output/override.ino.hex"
elf = "../../../.arduino/output/override.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/GlobalVariables/why/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/why.ino.hex"
elf = "../../../.build/why.ino.elf"
firmware = "../../../.arduino/output/why.ino.hex"
elf = "../../../.arduino/output/why.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/GuardClauses/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../.build/GuardClauses.ino.hex"
elf = "../../.build/GuardClauses.ino.elf"
firmware = "../../.arduino/output/GuardClauses.ino.hex"
elf = "../../.arduino/output/GuardClauses.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Interrupts/debounce/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/debounce.ino.hex"
elf = "../../../.build/debounce.ino.elf"
firmware = "../../../.arduino/output/debounce.ino.hex"
elf = "../../../.arduino/output/debounce.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Interrupts/flags/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/flags.ino.hex"
elf = "../../../.build/flags.ino.elf"
firmware = "../../../.arduino/output/flags.ino.hex"
elf = "../../../.arduino/output/flags.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Interrupts/why/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/why.ino.hex"
elf = "../../../.build/why.ino.elf"
firmware = "../../../.arduino/output/why.ino.hex"
elf = "../../../.arduino/output/why.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Json/receive/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/receive.ino.hex"
elf = "../../../.build/receive.ino.elf"
firmware = "../../../.arduino/output/receive.ino.hex"
elf = "../../../.arduino/output/receive.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Json/send/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/send.ino.hex"
elf = "../../../.build/send.ino.elf"
firmware = "../../../.arduino/output/send.ino.hex"
elf = "../../../.arduino/output/send.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Logic/not/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/not.ino.hex"
elf = "../../../.build/not.ino.elf"
firmware = "../../../.arduino/output/not.ino.hex"
elf = "../../../.arduino/output/not.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/Logic/segment/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/segment.ino.hex"
elf = "../../../.build/segment.ino.elf"
firmware = "../../../.arduino/output/segment.ino.hex"
elf = "../../../.arduino/output/segment.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/MappingFunctions/command/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/command.ino.hex"
elf = "../../../.build/command.ino.elf"
firmware = "../../../.arduino/output/command.ino.hex"
elf = "../../../.arduino/output/command.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/MappingFunctions/enum/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/enum.ino.hex"
elf = "../../../.build/enum.ino.elf"
firmware = "../../../.arduino/output/enum.ino.hex"
elf = "../../../.arduino/output/enum.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/MappingFunctions/int/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/int.ino.hex"
elf = "../../../.build/int.ino.elf"
firmware = "../../../.arduino/output/int.ino.hex"
elf = "../../../.arduino/output/int.ino.elf"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/BlockingLingeringStateMachine.ino.hex"
elf = "../../../.build/BlockingLingeringStateMachine.ino.elf"
firmware = "../../../.arduino/output/BlockingLingeringStateMachine.ino.hex"
elf = "../../../.arduino/output/BlockingLingeringStateMachine.ino.elf"
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/BlockingTimedStateMachine.ino.hex"
elf = "../../../.build/BlockingTimedStateMachine.ino.elf"
firmware = "../../../.arduino/output/BlockingTimedStateMachine.ino.hex"
elf = "../../../.arduino/output/BlockingTimedStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/ForAsWhile/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/ForAsWhile.ino.hex"
elf = "../../../.build/ForAsWhile.ino.elf"
firmware = "../../../.arduino/output/ForAsWhile.ino.hex"
elf = "../../../.arduino/output/ForAsWhile.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/ForWithStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/ForWithStateMachine.ino.hex"
elf = "../../../.build/ForWithStateMachine.ino.elf"
firmware = "../../../.arduino/output/ForWithStateMachine.ino.hex"
elf = "../../../.arduino/output/ForWithStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/ForWithoutStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/ForWithoutStateMachine.ino.hex"
elf = "../../../.build/ForWithoutStateMachine.ino.elf"
firmware = "../../../.arduino/output/ForWithoutStateMachine.ino.hex"
elf = "../../../.arduino/output/ForWithoutStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/IfAsWhile/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/IfAsWhile.ino.hex"
elf = "../../../.build/IfAsWhile.ino.elf"
firmware = "../../../.arduino/output/IfAsWhile.ino.hex"
elf = "../../../.arduino/output/IfAsWhile.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/IfStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/IfStateMachine.ino.hex"
elf = "../../../.build/IfStateMachine.ino.elf"
firmware = "../../../.arduino/output/IfStateMachine.ino.hex"
elf = "../../../.arduino/output/IfStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/IncrementStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/IncrementStateMachine.ino.hex"
elf = "../../../.build/IncrementStateMachine.ino.elf"
firmware = "../../../.arduino/output/IncrementStateMachine.ino.hex"
elf = "../../../.arduino/output/IncrementStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/LingeringStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/LingeringStateMachine.ino.hex"
elf = "../../../.build/LingeringStateMachine.ino.elf"
firmware = "../../../.arduino/output/LingeringStateMachine.ino.hex"
elf = "../../../.arduino/output/LingeringStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/NoStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/NoStateMachine.ino.hex"
elf = "../../../.build/NoStateMachine.ino.elf"
firmware = "../../../.arduino/output/NoStateMachine.ino.hex"
elf = "../../../.arduino/output/NoStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/SwitchStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/SwitchStateMachine.ino.hex"
elf = "../../../.build/SwitchStateMachine.ino.elf"
firmware = "../../../.arduino/output/SwitchStateMachine.ino.hex"
elf = "../../../.arduino/output/SwitchStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/TimedStateMachine/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/TimedStateMachine.ino.hex"
elf = "../../../.build/TimedStateMachine.ino.elf"
firmware = "../../../.arduino/output/TimedStateMachine.ino.hex"
elf = "../../../.arduino/output/TimedStateMachine.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/NonBlockingCode/delay/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/delay.ino.hex"
elf = "../../../.build/delay.ino.elf"
firmware = "../../../.arduino/output/delay.ino.hex"
elf = "../../../.arduino/output/delay.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/PassByReference/struct/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/struct.ino.hex"
elf = "../../../.build/struct.ino.elf"
firmware = "../../../.arduino/output/struct.ino.hex"
elf = "../../../.arduino/output/struct.ino.elf"
4 changes: 2 additions & 2 deletions Exercises/PassByReference/timer/wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[wokwi]
version = 1
firmware = "../../../.build/timer.ino.hex"
elf = "../../../.build/timer.ino.elf"
firmware = "../../../.arduino/output/timer.ino.hex"
elf = "../../../.arduino/output/timer.ino.elf"
Loading

0 comments on commit 77425c2

Please sign in to comment.