Skip to content

Commit

Permalink
Version change to 1.1.0-beta.3
Browse files Browse the repository at this point in the history
 - cmake default board is pico-w
  • Loading branch information
communix committed Aug 19, 2023
1 parent e0bb033 commit e2e9771
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if(NOT "${TARGET}" STREQUAL "rp2")
endif()

if(NOT VER)
set(VER "1.1.0-beta.2")
set(VER "1.1.0-beta.3")
endif()

include(${CMAKE_SOURCE_DIR}/targets/${TARGET}/target.cmake)
Expand Down
4 changes: 2 additions & 2 deletions targets/rp2/target.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ set(DEBUG 1)
# optimization
set(OPT -Og)

# default board: pico
# default board: pico-w
if(NOT BOARD)
set(BOARD "pico")
set(BOARD "pico-w")
endif()

if(BOARD STREQUAL "pico-w")
Expand Down

0 comments on commit e2e9771

Please sign in to comment.