Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
fix: Set wokwi_board
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Nov 30, 2023
1 parent c1f73ff commit 9292f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pre-script.rhai
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if meta.contains("atomic_emulation") {
}

variable::set("hal_version", meta.get("hal_version"));
variable::set("wokwi_board", meta.get("wokwi_board"));


if mcu in ["esp32", "esp32s2", "esp32s3"] {
// Xtensa devices:
Expand Down

0 comments on commit 9292f70

Please sign in to comment.