WSL cargo test is now working

This commit is contained in:
Eric Ratliff
2026-02-23 12:55:28 -06:00
parent 3570777a0d
commit a517fba88a
2 changed files with 6 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ fn test_context(name: &str) -> TemplateContext {
TemplateContext {
project_name: name.to_string(),
anvil_version: ANVIL_VERSION.to_string(),
board_name: "Arduino Uno (ATmega328P)".to_string(),
board_name: "uno".to_string(), // <-- was "Arduino Uno (ATmega328P)"
fqbn: "arduino:avr:uno".to_string(),
baud: 115200,
}