Skip to content

Commit 6b250b8

Browse files
committed
examples: correct tags for recent Arduino Uno rename
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent f2a9463 commit 6b250b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

smoketest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ tinygo build -size short -o ./build/test.bin -target=m5stamp-c3 ./examp
9393
tinygo build -size short -o ./build/test.hex -target=feather-nrf52840 ./examples/is31fl3731/main.go
9494
tinygo build -size short -o ./build/test.hex -target=arduino ./examples/ws2812
9595
tinygo build -size short -o ./build/test.hex -target=digispark ./examples/ws2812
96-
tinygo build -size short -o ./build/test.hex -target=xiao_esp32c3 ./examples/ws2812
96+
tinygo build -size short -o ./build/test.hex -target=xiao-esp32c3 ./examples/ws2812
9797
tinygo build -size short -o ./build/test.hex -target=trinket-m0 ./examples/bme280/main.go
9898
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/microphone/main.go
9999
tinygo build -size short -o ./build/test.hex -target=circuitplay-express ./examples/buzzer/main.go

0 commit comments

Comments
 (0)