arduino-lesson1/wokwi.toml
Uri Shaked 9f266debe3
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.
2022-11-18 20:41:52 +02:00

5 lines
91 B
TOML

[wokwi]
version=1
firmware='.pio/build/uno/firmware.hex'
elf='.pio/build/uno/firmware.elf'