add project build automation

This commit is contained in:
Juraj Michalek 2024-09-25 09:03:35 +02:00
commit 399afa8828
7 changed files with 229 additions and 0 deletions

7
wokwi.toml Normal file
View file

@ -0,0 +1,7 @@
# Wokwi Configuration File
# Reference: https://docs.wokwi.com/vscode/project-config
[wokwi]
version = 1
firmware = 'build/flasher_args.json'
elf = 'build/esp32-c3-lua-test.elf'
gdbServerPort=3333