Skip to content

Commit a26e915

Browse files
committed
avi: Replace falcon's Arduino with an Uno
1 parent b55b660 commit a26e915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

oasis_avr/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ if (HOST_NAME STREQUAL station)
8686
set(ENABLE_STEPPER OFF)
8787
elseif (HOST_NAME STREQUAL falcon)
8888
# Building engineer
89-
set(ARDUINO_VARIANT unowifi)
89+
set(ARDUINO_VARIANT uno)
9090

9191
set(ENABLE_AIR_QUALITY OFF)
9292
set(ENABLE_ANALOG OFF)

0 commit comments

Comments
 (0)