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:
Uri Shaked 2022-11-18 20:41:52 +02:00
parent 99725e44c1
commit 9f266debe3
No known key found for this signature in database
GPG Key ID: 894F44AC3F3DE15B

View File

@ -1,4 +1,4 @@
[wokwi]
version=1
firmware=".pio/build/uno/firmware.hex"
elf=".pio/build/uno/firmware.elf"
firmware='.pio/build/uno/firmware.hex'
elf='.pio/build/uno/firmware.elf'