Skip to content

Commit 92bcc54

Browse files
committed
examples: correct tags for recent Arduino Uno rename
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent 73f4065 commit 92bcc54

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/ws2812/arduino.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build arduino
1+
//go:build arduino || arduino_uno
22

33
package main
44

examples/ws2812/others.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//go:build !digispark && !arduino && !xiao_esp32c3
1+
//go:build !digispark && !arduino_uno && !arduino && !xiao_esp32c3
22

33
package main
44

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)