Change OPTION_CLIENT_SERVER default to true

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9045 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2023-06-25 23:32:36 +00:00
parent 4a38395e69
commit 0195c423aa
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ MACRO(ADD_SD_COMPILE_OPTIONS)
SET(OPTION_WEBSERVER true CACHE BOOL "Build with WebServer functionality")
SET(OPTION_CLIENT_SERVER false CACHE BOOL "Build with Client/Server network architecture")
SET(OPTION_CLIENT_SERVER true CACHE BOOL "Build with Client/Server network architecture")
SET(OPTION_PARAM_OPTIMIZER false CACHE BOOL "Build with Parameter Optimizer for Robot development")