Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix: file name not correct in wokwi.toml (#151)
Browse files Browse the repository at this point in the history
Use {{project-name}} instead of {{crate_name}} in wokwi.toml.
  • Loading branch information
hlf20010508 authored and SergioGasquez committed Mar 25, 2024
1 parent 0e2b0d7 commit 21b13bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wokwi.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[wokwi]
version = 1
gdbServerPort = 3333
elf = "target/{{ rust_target }}/debug/{{ crate_name }}"
firmware = "target/{{ rust_target }}/debug/{{ crate_name }}"
elf = "target/{{ rust_target }}/debug/{{ project-name }}"
firmware = "target/{{ rust_target }}/debug/{{ project-name }}"

0 comments on commit 21b13bc

Please sign in to comment.