mirror of
https://github.com/DCC-EX/CommandStation-EX.git
synced 2024-11-23 08:06:13 +01:00
53f598192c
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.
5 lines
119 B
TOML
5 lines
119 B
TOML
[wokwi]
|
|
version = 1
|
|
firmware = '../../.pio/build/mega2560/firmware.hex'
|
|
elf = '../../.pio/build/mega2560/firmware.elf'
|