1
0
mirror of https://github.com/DCC-EX/CommandStation-EX.git synced 2024-11-23 16:16:13 +01:00
CommandStation-EX/wokwi/uno/wokwi.toml
chatelao 53f598192c Add - Firmware packeage & firmware on Wokwi
The GitHub action is changed:
- Newer version of Checkout Action
- Caching of PlatformIO files
- All build firmwares (.bin / .hex) are bundles into a files
- All firmwares runnable on Wokwi are run as simulation

n.b.: To run on Wokwi a secret credetial has to be stored on the account.
2024-01-06 19:54:52 +01:00

5 lines
109 B
TOML

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