feat: add 0xf8 feature report to get firmware version and add config version
This commit is contained in:
+2
-1
@@ -141,9 +141,10 @@ if(WAKE_DEBUG)
|
||||
WAKE_DEBUG
|
||||
)
|
||||
endif()
|
||||
set(VERSION "dev" CACHE STRING "Program version string")
|
||||
|
||||
pico_set_program_name(ds5-bridge "ds5-bridge")
|
||||
pico_set_program_version(ds5-bridge "0.5.3")
|
||||
pico_set_program_version(ds5-bridge "${VERSION}")
|
||||
|
||||
# Modify the below lines to enable/disable output over UART/USB
|
||||
pico_enable_stdio_uart(ds5-bridge 1)
|
||||
|
||||
Reference in New Issue
Block a user