# Wokwi emulator config. Build the emulator firmware first: # pio run -e esp32s3_wokwi # then run headless with the Wokwi CLI (needs a free WOKWI_CLI_TOKEN): # wokwi-cli --timeout 20000 --scenario ... firmware (see ../docs/testing.md) # or open this folder with the Wokwi VS Code extension and press play. [wokwi] version = 1 firmware = '.pio/build/esp32s3_wokwi/firmware.bin' elf = '.pio/build/esp32s3_wokwi/firmware.elf'