diff --git a/.vscode/launch.json b/.vscode/launch.json index 5aa0ed70..b8212158 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,7 +4,7 @@ { "name": "Pico Debug", "cwd": "${workspaceRoot}", - "executable": "${workspaceRoot}/build/kaluma-rp2-pico-w-1.1.0-beta.4.elf", + "executable": "${workspaceRoot}/build/kaluma-rp2-pico-w-1.1.0.elf", "request": "launch", "type": "cortex-debug", "servertype": "openocd", diff --git a/CMakeLists.txt b/CMakeLists.txt index 14e0d985..766e3b49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -10,7 +10,7 @@ if(NOT "${TARGET}" STREQUAL "rp2") endif() if(NOT VER) - set(VER "1.1.0-beta.4") + set(VER "1.1.0") endif() include(${CMAKE_SOURCE_DIR}/targets/${TARGET}/target.cmake)