fix: use single quotes in wokwi.toml
single quotes are used for literal strings in TOML, so backslash (in Windows) path can be used without escaping.
This commit is contained in:
parent
99725e44c1
commit
9f266debe3
@ -1,4 +1,4 @@
|
|||||||
[wokwi]
|
[wokwi]
|
||||||
version=1
|
version=1
|
||||||
firmware=".pio/build/uno/firmware.hex"
|
firmware='.pio/build/uno/firmware.hex'
|
||||||
elf=".pio/build/uno/firmware.elf"
|
elf='.pio/build/uno/firmware.elf'
|
||||||
|
Loading…
Reference in New Issue
Block a user